blob: a1000df54cc68396827867b8b1ad4c89d5fbb3f4 [file] [log] [blame]
{
"name": "xos-truckroll",
"version": "0.0.0",
"authors": [
"Matteo Scandolo <teo@onlab.us>"
],
"description": "The truckroll view",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"static/js/vendor/",
"test",
"tests"
],
"dependencies": {},
"devDependencies": {
"jquery": "~2.1.4",
"angular-mocks": "~1.4.7",
"angular": "~1.4.7",
"angular-ui-router": "~0.2.15",
"angular-cookies": "~1.4.7",
"angular-resource": "~1.4.7",
"ng-lodash": "~0.3.0",
"bootstrap-css": "~3.3.6"
},
"resolutions": {
"angular": "~1.4.7"
}
}