-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.44 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
52
53
54
55
56
57
58
59
{
"name": "asset-cocktail",
"version": "1.0.3",
"description": "An asset building tool that is inspired by Sprocket",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/letrunghieu/cocktail.git"
},
"keywords": [
"assets",
"minify",
"building",
"sass",
"less",
"coffee",
"sprocket",
"gulp"
],
"author": "Hieu Le <[email protected]> (https://www.hieule.info)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/letrunghieu/cocktail/issues"
},
"homepage": "https://github.com/letrunghieu/cocktail#readme",
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"mocha": "^2.3.3",
"mocha-testdata": "^1.1.0"
},
"dependencies": {
"del": "^2.0.2",
"duplexer2": "^0.0.2",
"fs-readdir-recursive": "^0.1.2",
"gulp-autoprefixer": "^3.0.2",
"gulp-coffee": "^2.3.1",
"gulp-data": "^1.2.0",
"gulp-debug": "^2.1.0",
"gulp-if": "^1.2.5",
"gulp-include": "^2.0.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^6.0.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"lazypipe": "^1.0.1",
"lodash": "^3.10.1",
"pedding": "^1.0.0",
"through2": "^2.0.0"
}
}