-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
49 lines (49 loc) · 1.16 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "gulp-recipes",
"version": "0.0.0",
"description": "gulp-recipes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sogko/gulp-recipes.git"
},
"keywords": [
"gulp",
"recipes"
],
"author": {
"name": "Hafiz Ismail",
"email": "[email protected]",
"url": "http://wehavefaces.net"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sogko/gulp-recipes/issues"
},
"homepage": "https://github.com/sogko/gulp-recipes",
"devDependencies": {
"bower-resolve": "^2.2.0",
"browser-sync": "^1.3.5",
"browserify": "^5.9.3",
"clean-css": "^2.2.13",
"del": "^0.1.2",
"express": "^4.8.3",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.3.4",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"lodash": "^2.4.1",
"resolve": "^1.0.0",
"uglify-js": "^2.4.15",
"vinyl-buffer": "0.0.0",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^0.1.1",
"vinyl-transform": "0.0.1"
}
}