blob: 80d34f9cf23f2ff3e764dcef4bc8b5e9a1f74e2d [file] [log] [blame]
Matteo Scandolof5cbbb12015-10-28 12:00:07 +01001{
Matteo Scandolo82697c02015-11-04 16:30:43 +01002 "name": "xos-contentProvider",
Matteo Scandolof5cbbb12015-10-28 12:00:07 +01003 "version": "1.0.0",
Matteo Scandolo82697c02015-11-04 16:30:43 +01004 "description": "Angular Application for XOS, created with generator-xos",
Matteo Scandolof5cbbb12015-10-28 12:00:07 +01005 "scripts": {
Matteo Scandolo82697c02015-11-04 16:30:43 +01006 "prestart": "npm install && bower install",
7 "start": "gulp serve",
8 "prebuild": "npm install && bower install",
Matteo Scandolo947d4082015-11-04 16:55:21 +01009 "build": "gulp",
Matteo Scandoloc5ee7b52015-11-06 17:14:28 +010010 "test": "karma start",
11 "lint": "eslint src/js/"
Matteo Scandolof5cbbb12015-10-28 12:00:07 +010012 },
13 "keywords": [
14 "XOS",
15 "Angular",
16 "XOSlib"
17 ],
18 "author": "Matteo Scandolo",
Matteo Scandolo82697c02015-11-04 16:30:43 +010019 "license": "MIT",
Matteo Scandolof5cbbb12015-10-28 12:00:07 +010020 "dependencies": {},
21 "devDependencies": {
Matteo Scandolocb11e0c2015-10-29 15:50:15 +010022 "browser-sync": "^2.9.11",
Matteo Scandolof5cbbb12015-10-28 12:00:07 +010023 "del": "^2.0.2",
24 "gulp": "^3.9.0",
Matteo Scandolocb11e0c2015-10-29 15:50:15 +010025 "gulp-angular-filesort": "^1.1.1",
Matteo Scandolof5cbbb12015-10-28 12:00:07 +010026 "gulp-angular-templatecache": "^1.8.0",
Matteo Scandolo8471bdf2015-10-29 11:45:02 +010027 "gulp-babel": "^5.3.0",
Matteo Scandolof5cbbb12015-10-28 12:00:07 +010028 "gulp-concat": "^2.6.0",
Matteo Scandolocb11e0c2015-10-29 15:50:15 +010029 "gulp-inject": "^3.0.0",
Matteo Scandolof5cbbb12015-10-28 12:00:07 +010030 "gulp-minify-html": "^1.0.4",
Matteo Scandoloc5ee7b52015-11-06 17:14:28 +010031 "gulp-rename": "^1.2.2",
32 "gulp-replace": "^0.5.4",
Matteo Scandolof5cbbb12015-10-28 12:00:07 +010033 "gulp-uglify": "^1.4.2",
Matteo Scandoloc952aa92015-10-29 17:24:18 +010034 "http-proxy": "^1.12.0",
35 "proxy-middleware": "^0.15.0",
Matteo Scandolo90e73762015-10-28 12:13:33 +010036 "run-sequence": "^1.1.4",
Matteo Scandolod90e19f2015-10-29 11:54:54 +010037 "wiredep": "^3.0.0-beta",
Matteo Scandolo82697c02015-11-04 16:30:43 +010038 "wrench": "^1.5.8",
39 "gulp-ng-annotate": "^1.1.0",
Matteo Scandoloc5ee7b52015-11-06 17:14:28 +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 Scandolof5cbbb12015-10-28 12:00:07 +010044 }
45}