Matteo Scandolo | 8cc22e4 | 2016-04-12 09:00:04 -0700 | [diff] [blame] | 1 | { |
| 2 | "name": "xos-sampleView", |
| 3 | "version": "0.0.0", |
| 4 | "authors": [ |
| 5 | "Matteo Scandolo <teo@onlab.us>" |
| 6 | ], |
| 7 | "description": "The sampleView view", |
| 8 | "license": "MIT", |
| 9 | "ignore": [ |
| 10 | "**/.*", |
| 11 | "node_modules", |
| 12 | "bower_components", |
| 13 | "static/js/vendor/", |
| 14 | "test", |
| 15 | "tests" |
| 16 | ], |
| 17 | "dependencies": { |
| 18 | }, |
| 19 | "devDependencies": { |
| 20 | "jquery": "2.1.4", |
| 21 | "angular-mocks": "1.4.7", |
| 22 | "angular": "1.4.7", |
| 23 | "angular-ui-router": "0.2.15", |
| 24 | "angular-cookies": "1.4.7", |
| 25 | "angular-resource": "1.4.7", |
| 26 | "ng-lodash": "0.3.0", |
Matteo Scandolo | 1dc8f3f | 2016-04-13 10:19:55 -0700 | [diff] [blame] | 27 | "bootstrap-css": "3.3.6" |
Matteo Scandolo | 8cc22e4 | 2016-04-12 09:00:04 -0700 | [diff] [blame] | 28 | } |
| 29 | } |