blob: a1000df54cc68396827867b8b1ad4c89d5fbb3f4 [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 ],
Matteo Scandolod36d7112016-03-12 09:26:44 -080017 "dependencies": {},
Matteo Scandolof0c32262016-03-11 13:47:27 -080018 "devDependencies": {
19 "jquery": "~2.1.4",
20 "angular-mocks": "~1.4.7",
21 "angular": "~1.4.7",
22 "angular-ui-router": "~0.2.15",
23 "angular-cookies": "~1.4.7",
24 "angular-resource": "~1.4.7",
25 "ng-lodash": "~0.3.0",
26 "bootstrap-css": "~3.3.6"
Matteo Scandoloc105c1c2016-03-12 09:17:14 -080027 },
28 "resolutions": {
29 "angular": "~1.4.7"
Matteo Scandolof0c32262016-03-11 13:47:27 -080030 }
31}