-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 868 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": "gulp-task",
"version": "2.1.0",
"description": "A wrapper of gulp.task that enables promise-based dependency management",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: Im very sorry for not writing tests. I am ashamed.\" && exit 1"
},
"keywords": [
"gulp",
"task",
"promise",
"dependency",
"dependencies"
],
"author": "Tim Huff",
"license": "ISC",
"dependencies": {
"bluebird": "^2.8.1",
"colors": "^1.0.3",
"gulp": "^3.8.10",
"gulp-foreach": "^0.1.0",
"gulp-next": "^1.0.4"
},
"homepage": "https://github.com/timhuff/gulp-task",
"bugs": {
"url": "https://github.com/timhuff/gulp-task"
},
"repository": {
"type": "git",
"url": "https://github.com/timhuff/gulp-task.git"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0"
}
}