blob: 667a7acd027abd3acd07eaecbb84026e7f1a9acd [file] [log] [blame]
Matteo Scandolof813b6a2015-11-03 14:32:00 +01001{
2 "name": "xos-<%= name %>",
3 "version": "0.0.0",
4 "authors": [
5 "<%= author.name %> <<%= author.email %>>"
6 ],
7 "description": "The <%= name %> 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 Scandolo352b6012015-11-04 15:07:36 +010018 },
19 "devDependencies": {
Matteo Scandolo3bf1bdb2016-02-03 15:39:01 -080020 "jquery": "2.1.4",
21 "angular-mocks": "1.4.7",
22 "angular": "1.4.7",
23 "angular-ui-router": "0.2.15",
24 "angular-cookies": "1.4.7",
25 "angular-resource": "1.4.7",
26 "ng-lodash": "0.3.0",
Matteo Scandolof813b6a2015-11-03 14:32:00 +010027 "bootstrap-css": "2.3.2"
28 }
29}