| 1 |
{ |
| 2 |
"name": "lib-ud-api-client", |
| 3 |
"version": "1.2.1", |
| 4 |
"description": "UD Client for WooCommerce API Manager", |
| 5 |
"repository": { |
| 6 |
"type": "git", |
| 7 |
"url": "https://github.com/udx/lib-ud-api-client" |
| 8 |
}, |
| 9 |
"engines": { |
| 10 |
"node": ">= 0.10.0" |
| 11 |
}, |
| 12 |
"dependencies": { |
| 13 |
"load-grunt-tasks": "^0.6.0" |
| 14 |
}, |
| 15 |
"devDependencies": { |
| 16 |
"grunt": "^0.4.5", |
| 17 |
"grunt-contrib-clean": "~0.5.0", |
| 18 |
"grunt-contrib-concat": "~0.3.0", |
| 19 |
"grunt-contrib-less": "~0.8.3", |
| 20 |
"grunt-contrib-uglify": "~0.2.4", |
| 21 |
"grunt-contrib-watch": "~0.5.3", |
| 22 |
"grunt-contrib-yuidoc": "~0.5.0", |
| 23 |
"grunt-markdown": "~0.4.0", |
| 24 |
"grunt-shell": "~0.6.0", |
| 25 |
"grunt-phpunit": "~0.3.3" |
| 26 |
} |
| 27 |
} |
| 28 |
|