forked from alexcroox/R3-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 942 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
38
{
"name": "r3-web",
"description": "R3 Web",
"version": "0.5.0",
"author": "alexcroox",
"license": "MIT",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:alexcroox/R3-Web.git"
},
"devDependencies": {
"buffer": "^4.4.0",
"del": "^2.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-imagemin": "^3.0.2",
"gulp-inline-css": "^3.0.0",
"gulp-plumber": "^1.0.1",
"gulp-prompt": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.5",
"gulp-stylus": "^2.0.5",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.2.0",
"imagemin-pngquant": "^5.0.0",
"rupture": "^0.6.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
}
}