blob: 4ef6a73eff1c54b103a20d4a466c83cbc88ad846 [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",
Matteo Scandoloeaa69222016-08-05 15:24:28 -07008 "tosca": "gulp tosca",
Matteo Scandolo6be0cd22015-11-03 16:27:07 +01009 "prebuild": "npm install && bower install",
Matteo Scandolob165a3f2015-11-04 17:28:38 +010010 "build": "gulp",
Matteo Scandoloe3bc18d2015-11-05 18:36:10 +010011 "test": "karma start",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070012 "test:ci": "karma start --single-run",
Matteo Scandoloe3bc18d2015-11-05 18:36:10 +010013 "lint": "eslint src/js/"
Matteo Scandoloe53ee052015-11-03 14:32:00 +010014 },
15 "keywords": [
16 "XOS",
17 "Angular",
18 "XOSlib"
19 ],
20 "author": "<%= author.name %>",
Matteo Scandolo195dde92016-07-25 16:43:16 -070021 "license": "Apache-2.0",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010022 "dependencies": {},
23 "devDependencies": {
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070024 "autoprefixer": "^6.3.3",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010025 "browser-sync": "^2.9.11",
Matteo Scandoloeaa69222016-08-05 15:24:28 -070026 "colors": "^1.1.2",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070027 "css-mqpacker": "^4.0.0",
28 "csswring": "^4.2.1",
Matteo Scandolod44ceb42015-11-06 17:14:28 +010029 "del": "^2.0.2",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070030 "easy-mocker": "^1.2.0",
31 "eslint": "^1.8.0",
32 "eslint-plugin-angular": "linkmesrl/eslint-plugin-angular",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010033 "gulp": "^3.9.0",
34 "gulp-angular-filesort": "^1.1.1",
35 "gulp-angular-templatecache": "^1.8.0",
36 "gulp-babel": "^5.3.0",
37 "gulp-concat": "^2.6.0",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070038 "gulp-concat-util": "^0.5.5",
39 "gulp-eslint": "^1.0.0",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010040 "gulp-inject": "^3.0.0",
41 "gulp-minify-html": "^1.0.4",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070042 "gulp-ng-annotate": "^1.1.0",
43 "gulp-postcss": "^6.0.1",
Matteo Scandoloba2af3d2015-11-06 10:35:20 +010044 "gulp-rename": "^1.2.2",
Matteo Scandolo61a714d2015-11-06 11:16:12 +010045 "gulp-replace": "^0.5.4",
Matteo Scandolob7c91cf2016-03-29 14:23:20 -070046 "gulp-sass": "^2.2.0",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010047 "gulp-uglify": "^1.4.2",
48 "http-proxy": "^1.12.0",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070049 "ink-docstrap": "^0.5.2",
50 "jasmine-core": "~2.3.4",
Matteo Scandoloeaa69222016-08-05 15:24:28 -070051 "js-yaml": "^3.6.1",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070052 "karma": "^0.13.14",
53 "karma-babel-preprocessor": "~5.2.2",
54 "karma-coverage": "^0.5.3",
55 "karma-jasmine": "~0.3.6",
56 "karma-mocha-reporter": "~1.1.1",
57 "karma-ng-html2js-preprocessor": "^0.2.0",
58 "karma-phantomjs-launcher": "~0.2.1",
59 "lodash": "^3.10.1",
60 "phantomjs": "^1.9.19",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010061 "proxy-middleware": "^0.15.0",
62 "run-sequence": "^1.1.4",
63 "wiredep": "^3.0.0-beta",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070064 "wrench": "^1.5.8"
Matteo Scandoloe53ee052015-11-03 14:32:00 +010065 }
66}