blob: 516533ce1f02a41104d563662f2bf4ef1b3f6e4a [file] [log] [blame]
Matteo Scandolo5c758692015-10-28 12:13:33 +01001{
Matteo Scandolobbcc01b2015-11-04 16:30:43 +01002 "name": "xos-contentProvider",
Matteo Scandolo5c758692015-10-28 12:13:33 +01003 "version": "0.0.0",
Matteo Scandolo5c758692015-10-28 12:13:33 +01004 "authors": [
5 "Matteo Scandolo <matteo.scandolo@link-me.it>"
6 ],
Matteo Scandolobbcc01b2015-11-04 16:30:43 +01007 "description": "The contentProvider view",
Matteo Scandolo5c758692015-10-28 12:13:33 +01008 "license": "MIT",
9 "ignore": [
10 "**/.*",
11 "node_modules",
12 "bower_components",
13 "static/js/vendor/",
14 "test",
15 "tests"
16 ],
17 "dependencies": {
Matteo Scandolobbcc01b2015-11-04 16:30:43 +010018 },
19 "devDependencies": {
Matteo Scandolo5c758692015-10-28 12:13:33 +010020 "angular": "~1.4.7",
21 "angular-route": "~1.4.7",
22 "angular-cookies": "~1.4.7",
23 "angular-resource": "~1.4.7",
Matteo Scandolobbcc01b2015-11-04 16:30:43 +010024 "ng-lodash": "~0.3.0",
Matteo Scandolod4f501c2015-10-29 17:24:18 +010025 "bootstrap-css": "2.3.2"
Matteo Scandolo5c758692015-10-28 12:13:33 +010026 }
27}