forked from yadaguru/yadaguru-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 885 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
34
35
36
37
{
"name": "yadaguru",
"version": "0.7.0",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/yadaguru/yadaguru-app.git"
},
"main": "index.html",
"scripts": {
"test": "mocha-phantomjs ./test/browser/index.html"
},
"author": "",
"license": "GPL-2.0",
"devDependencies": {
"bower": "^1.7.7",
"browser-sync": "^2.9.11",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.2",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.3",
"gulp-ng-constant": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"jshint-stylish": "^2.0.0",
"run-sequence": "^1.1.0",
"vinyl-paths": "^1.0.0",
"yargs": "^3.10.0"
},
"dependencies": {
"require-dir": "^0.3.0"
}
}