forked from hackfoldr/hackfoldr-2.0
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 907 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
38
39
40
{
"name": "hackfoldr-2.0",
"description": "The New Hackfoldr for MozTW",
"version": "2.0.0",
"contributor": [
{
"name": "ETBlue"
}
],
"scripts": {
"build": "gulp build",
"start": "gulp dev",
"test": "gulp build"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"compass-mixins": "^0.12.7",
"connect-livereload": "^0.5.4",
"express": "^4.13.4",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^8.0.0",
"gulp-inline-source": "^3.2.0",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-refresh": "^1.1.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^2.2.0",
"gulp-util": "^3.0.8"
},
"repository": {
"type": "git",
"url": "https://github.com/hackfoldr/hackfoldr-2.0"
},
"license": "MIT"
}