-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "big-gulp",
"version": "0.0.8",
"description": "Gulp build task helpers etc",
"author": {
"name": "Matthew Robb",
"email": "matthewwrobb@gmail.com"
},
"homepage": "https://github.com/matthewrobb/big-gulp",
"keywords": [],
"bugs": {
"url": "https://github.com/matthewrobb/big-gulp/issues"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/matthewrobb/big-gulp.git"
},
"license": "MIT",
"dependencies": {
"ast-types": "^0.5.3",
"es6-module-transpiler": "^0.9.0",
"es6-module-transpiler-resolver-factory": "git://github.com/matthewrobb/es6-module-transpiler-resolver-factory",
"es6-module-transpiler-system-formatter": "^0.2.1",
"esnext": "^0.11.0",
"forever-monitor": "1.2.3",
"glob": "4.0.4",
"gulp": "^3.8.8",
"gulp-autoprefixer": "0.0.8",
"gulp-changed": "^0.3.0",
"gulp-filter": "^1.0.2",
"gulp-less": "^1.3.1",
"gulp-rimraf": "^0.1.0",
"gulp-sourcemaps": "1.1.0",
"gulp-util": "^3.0.1",
"less": "1.7.3",
"minimatch": "0.2.14",
"mkdirp": "0.5.0",
"recast": "^0.8.0",
"regenerator": "^0.6.5",
"through2": "0.4.1",
"traceur": "0.0.61"
},
"readme": "big-gulp\n========\n\nGulp build task helpers etc\n",
"readmeFilename": "README.md",
"scripts": {}
}