-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
50
51
{
"name": "kdf-gulptasks",
"version": "0.0.1",
"description": "KDFramework gulp tasks registry.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git://github.com/kdframework/gulptasks"
},
"keywords": [
"gulp",
"tasks",
"build",
"kdframework"
],
"author": "Sinan Yasar <[email protected]> (http://sinanyasar.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kdframework/gulptasks/issues"
},
"homepage": "https://github.com/kdframework/gulptasks",
"devDependencies": {
"browserify": "^5.11.2",
"coffee-script": "^1.8.0",
"coffeeify": "^0.7.0",
"del": "^1.1.0",
"gulp": "3.8.8",
"gulp-buffer": "0.0.2",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.0",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^1.2.1",
"gulp-kd-pistachio-compiler": "0.1.1",
"gulp-livereload": "^2.1.1",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.9",
"gulp-stream": "0.0.2",
"gulp-stylus": "^1.3.2",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"minimist": "^1.1.0",
"vinyl-source-stream": "^1.0.0",
"bluebird": "^2.3.11"
}
}