blob: 0705f5de301c9a14c23980d0c56fd6c0b3d42648 [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",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070011 "test:ci": "karma start --single-run",
Matteo Scandoloe3bc18d2015-11-05 18:36:10 +010012 "lint": "eslint src/js/"
Matteo Scandoloe53ee052015-11-03 14:32:00 +010013 },
14 "keywords": [
15 "XOS",
16 "Angular",
17 "XOSlib"
18 ],
19 "author": "<%= author.name %>",
Matteo Scandolo195dde92016-07-25 16:43:16 -070020 "license": "Apache-2.0",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010021 "dependencies": {},
22 "devDependencies": {
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070023 "autoprefixer": "^6.3.3",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010024 "browser-sync": "^2.9.11",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070025 "css-mqpacker": "^4.0.0",
26 "csswring": "^4.2.1",
Matteo Scandolod44ceb42015-11-06 17:14:28 +010027 "del": "^2.0.2",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070028 "easy-mocker": "^1.2.0",
29 "eslint": "^1.8.0",
30 "eslint-plugin-angular": "linkmesrl/eslint-plugin-angular",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010031 "gulp": "^3.9.0",
32 "gulp-angular-filesort": "^1.1.1",
33 "gulp-angular-templatecache": "^1.8.0",
34 "gulp-babel": "^5.3.0",
35 "gulp-concat": "^2.6.0",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070036 "gulp-concat-util": "^0.5.5",
37 "gulp-eslint": "^1.0.0",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010038 "gulp-inject": "^3.0.0",
39 "gulp-minify-html": "^1.0.4",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070040 "gulp-ng-annotate": "^1.1.0",
41 "gulp-postcss": "^6.0.1",
Matteo Scandoloba2af3d2015-11-06 10:35:20 +010042 "gulp-rename": "^1.2.2",
Matteo Scandolo61a714d2015-11-06 11:16:12 +010043 "gulp-replace": "^0.5.4",
Matteo Scandolob7c91cf2016-03-29 14:23:20 -070044 "gulp-sass": "^2.2.0",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010045 "gulp-uglify": "^1.4.2",
46 "http-proxy": "^1.12.0",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070047 "ink-docstrap": "^0.5.2",
48 "jasmine-core": "~2.3.4",
49 "karma": "^0.13.14",
50 "karma-babel-preprocessor": "~5.2.2",
51 "karma-coverage": "^0.5.3",
52 "karma-jasmine": "~0.3.6",
53 "karma-mocha-reporter": "~1.1.1",
54 "karma-ng-html2js-preprocessor": "^0.2.0",
55 "karma-phantomjs-launcher": "~0.2.1",
56 "lodash": "^3.10.1",
57 "phantomjs": "^1.9.19",
Matteo Scandoloe53ee052015-11-03 14:32:00 +010058 "proxy-middleware": "^0.15.0",
59 "run-sequence": "^1.1.4",
60 "wiredep": "^3.0.0-beta",
Matteo Scandolo1dc8f3f2016-04-13 10:19:55 -070061 "wrench": "^1.5.8"
Matteo Scandoloe53ee052015-11-03 14:32:00 +010062 }
63}