-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 946 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
{
"name": "frt-editor",
"version": "0.0.0",
"description": "the cross app to collect sport result",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Abrfa Co",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.5",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.2.0",
"gulp-inject": "^4.0.0",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^1.2.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-prefix": "0.0.15",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-stylus": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"wiredep": "^4.0.0"
},
"dependencies": {}
}