blob: bbddc5bb0bfccf5c9adf4a45a0494fc5ccf4bdbd [file] [log] [blame]
{
"name": "xos-<%= name %>",
"version": "0.0.0",
"authors": [
"<%= author.name %> <<%= author.email %>>"
],
"description": "The <%= name %> 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-animate": "1.4.7",
"angular-resource": "1.4.7",
"lodash": "~4.11.1",
"bootstrap-css": "3.3.6",
"angular-chart.js": "~0.10.2"
}
}