forked from hackfoldr/hackfoldr-2.0-forkme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 803 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
{
"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"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"compass-mixins": "^0.12.7",
"connect-livereload": "^0.5.4",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-refresh": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-util": "^3.0.7"
},
"repository": [
{
"type": "git",
"url": "https://github.com/hackfoldr/hackfoldr-2.0"
}
],
"license": "MIT"
}