Matteo Scandolo | 3bb37fe | 2015-11-04 12:41:13 +0100 | [diff] [blame] | 1 | { |
| 2 | "name": "ngXosVendor", |
| 3 | "version": "1.0.0", |
| 4 | "authors": [ |
| 5 | "Matteo Scandolo <matteo.scandolo@link-me.it>" |
| 6 | ], |
| 7 | "description": "List of common used library in XOS environment", |
| 8 | "license": "MIT", |
| 9 | "ignore": [ |
| 10 | "**/.*", |
| 11 | "node_modules", |
| 12 | "bower_components", |
| 13 | "test", |
| 14 | "tests" |
| 15 | ], |
| 16 | "dependencies": { |
Matteo Scandolo | bbaa6ae | 2016-02-03 15:37:25 -0800 | [diff] [blame] | 17 | "angular": "1.4.7", |
| 18 | "angular-ui-router": "0.2.15", |
| 19 | "angular-resource": "1.4.7", |
| 20 | "ng-lodash": "0.3.0", |
| 21 | "angular-cookies": "1.4.7" |
Matteo Scandolo | f083089 | 2015-11-05 11:58:53 +0100 | [diff] [blame] | 22 | }, |
| 23 | "devDependencies": { |
Matteo Scandolo | 3bf1bdb | 2016-02-03 15:39:01 -0800 | [diff] [blame] | 24 | "angular-mocks": "1.4.7" |
Matteo Scandolo | 3bb37fe | 2015-11-04 12:41:13 +0100 | [diff] [blame] | 25 | } |
| 26 | } |