blob: c0f3265bdb4c4db0d12fa109708c6758992bb061 [file] [log] [blame]
Matteo Scandolof0c32262016-03-11 13:47:27 -08001{
2 "name": "xos-truckroll",
3 "version": "0.0.0",
4 "authors": [
5 "Matteo Scandolo <teo@onlab.us>"
6 ],
7 "description": "The truckroll view",
8 "license": "MIT",
9 "ignore": [
10 "**/.*",
11 "node_modules",
12 "bower_components",
13 "static/js/vendor/",
14 "test",
15 "tests"
16 ],
17 "dependencies": {
Matteo Scandoloc105c1c2016-03-12 09:17:14 -080018 "angular-animate": "~1.5.0"
Matteo Scandolof0c32262016-03-11 13:47:27 -080019 },
20 "devDependencies": {
21 "jquery": "~2.1.4",
22 "angular-mocks": "~1.4.7",
23 "angular": "~1.4.7",
24 "angular-ui-router": "~0.2.15",
25 "angular-cookies": "~1.4.7",
26 "angular-resource": "~1.4.7",
27 "ng-lodash": "~0.3.0",
28 "bootstrap-css": "~3.3.6"
Matteo Scandoloc105c1c2016-03-12 09:17:14 -080029 },
30 "resolutions": {
31 "angular": "~1.4.7"
Matteo Scandolof0c32262016-03-11 13:47:27 -080032 }
33}