forked from mmjd/mmjd-gulp-este
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 1.77 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "gulp-este",
"version": "1.3.0",
"description": "Gulp tasks for Este.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/steida/gulp-este.git"
},
"author": {
"name": "Daniel Steigerwald",
"url": "https://github.com/steida"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"preinstall": "coffee -c tasks/ index.coffee",
"clean": "rm tasks/*.js index.js",
"test": "gulp test"
},
"files": [
"tasks/**/*.coffee",
"index.coffee",
"gulpfile.coffee"
],
"keywords": [
"closure",
"coffeescript",
"compiler",
"compress",
"deps",
"devstack",
"dicontainer",
"es6",
"este",
"google",
"gulpfriendly",
"isomorphic",
"minify",
"react",
"stylus",
"unittests"
],
"dependencies": {
"chai": "^1.9.1",
"este-watch": "^0.1.0",
"event-stream": "^3.1.2",
"gulp": "^3.6.1",
"gulp-bg": "0.0.5",
"gulp-bump": "^0.1.7",
"gulp-closure-compiler": "0.2.16",
"gulp-closure-deps": "^0.4.0",
"gulp-closure-dicontainer": "^0.1.1",
"gulp-coffee": "2.1.2",
"gulp-coffee2closure": "^0.1.0",
"gulp-concat": "^2.2.0",
"gulp-cond": "0.0.2",
"gulp-filter": "^2.0.0",
"gulp-livereload": "^3.0.2",
"gulp-minify-css": "^0.3.1",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^0.6.1",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.1.0",
"gulp-stylus": "^1.3.3",
"gulp-util": "^3.0.0",
"jsdom": "^2.0.0",
"lodash": "^2.4.1",
"nodejs-externs": "^0.10.0",
"open": "0.0.5",
"q": "^1.0.1",
"react": "^0.12.1",
"require-uncache": "0.0.2",
"sinon": "^1.9.1"
},
"devDependencies": {
"coffee-script": "~1.8.0",
"yargs": "^1.2.1"
}
}