forked from hackfoldr/hackfoldr-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 870 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",
"start": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 0"
},
"engines":{
"node": "0.10.x"
},
"dependencies": {
},
"devDependencies": {
"LiveScript": "^1.2.0",
"gulp": "^3.7.0",
"gulp-util": "~2.2.14",
"express": "^4.3.1",
"connect-livereload": "^0.4.0",
"gulp-livereload": "^2.0.0",
"gulp-jade": "^0.5.0",
"gulp-compass": "1.2.0"
},
"repository": [
{
"type": "git",
"url" : "https://github.com/hackfoldr/hackfoldr-2.0"
}
],
"license": "MIT"
}