forked from Magora-Systems-Frontend/base_app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 836 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "baseApp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Developer Name",
"license": "ISC",
"dependencies": {
"browser-sync": "^2.8.2",
"connect-modrewrite": "^0.8.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-data": "^1.2.0",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.1",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.3",
"gulp-stylus": "^2.0.5",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"gulp-webserver": "^0.9.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"minimist": "^1.1.1",
"require-dir": "^0.3.0"
}
}