forked from hackfoldr/hackfoldr-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 802 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
{
"name": "hackfoldr-2.0",
"description": "The New Hackfoldr for MozTW",
"version": "2.0.0",
"contributor": [
{
"name": "ETBlue"
}
],
"scripts": {
"build": "gulp build --require LiveScript",
"start": "gulp dev --require LiveScript",
"test": "gulp build --require LiveScript"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {},
"devDependencies": {
"LiveScript": "^1.2.0",
"connect-livereload": "^0.5.0",
"express": "^4.3.1",
"gulp": "^3.7.0",
"gulp-compass": "^2.0.0",
"gulp-jade": "^0.11.0",
"gulp-livereload": "^3.6.0",
"gulp-plumber": "^0.6.6",
"gulp-util": "^3.0.1"
},
"repository": [
{
"type": "git",
"url": "https://github.com/hackfoldr/hackfoldr-2.0"
}
],
"license": "MIT"
}