blob: 7a842fe46ac4c2b568ff7f20ae6474d8f8d176c9 [file] [log] [blame]
Matteo Scandoloe53ee052015-11-03 14:32:00 +01001{
2 "name": "xos-<%= name %>",
3 "version": "1.0.0",
4 "description": "Angular Application for XOS, created with generator-xos",
5 "scripts": {
Matteo Scandolo6be0cd22015-11-03 16:27:07 +01006 "prestart": "npm install && bower install",
7 "start": "gulp serve",
8 "prebuild": "npm install && bower install",
Matteo Scandolob165a3f2015-11-04 17:28:38 +01009 "build": "gulp",
Matteo Scandoloe3bc18d2015-11-05 18:36:10 +010010 "test": "karma start",
11 "lint": "eslint src/js/"
Matteo Scandoloe53ee052015-11-03 14:32:00 +010012 },
13 "keywords": [
14 "XOS",
15 "Angular",
16 "XOSlib"
17 ],
18 "author": "<%= author.name %>",
19 "license": "MIT",
20 "dependencies": {},
21 "devDependencies": {
22 "browser-sync": "^2.9.11",
Matteo Scandolod44ceb42015-11-06 17:14:28 +010023 "del": "^2.0.2",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010024 "gulp": "^3.9.0",
25 "gulp-angular-filesort": "^1.1.1",
26 "gulp-angular-templatecache": "^1.8.0",
27 "gulp-babel": "^5.3.0",
28 "gulp-concat": "^2.6.0",
29 "gulp-inject": "^3.0.0",
30 "gulp-minify-html": "^1.0.4",
Matteo Scandoloba2af3d2015-11-06 10:35:20 +010031 "gulp-rename": "^1.2.2",
Matteo Scandolo61a714d2015-11-06 11:16:12 +010032 "gulp-replace": "^0.5.4",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010033 "gulp-uglify": "^1.4.2",
34 "http-proxy": "^1.12.0",
35 "proxy-middleware": "^0.15.0",
36 "run-sequence": "^1.1.4",
37 "wiredep": "^3.0.0-beta",
Matteo Scandolocb7ea1e2015-11-04 15:07:36 +010038 "wrench": "^1.5.8",
Matteo Scandolod838fac2015-11-04 16:10:09 +010039 "gulp-ng-annotate": "^1.1.0",
Matteo Scandoloe3bc18d2015-11-05 18:36:10 +010040 "lodash": "^3.10.1",
41 "eslint": "^1.8.0",
42 "eslint-plugin-angular": "linkmesrl/eslint-plugin-angular",
43 "gulp-eslint": "^1.0.0"
Matteo Scandoloe53ee052015-11-03 14:32:00 +010044 }
45}