forked from g0v/project-hub-mockup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 804 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 804 Bytes
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
{
"name": "project-hub-mockup",
"description": "The new g0v project hub",
"version": "0.0.1",
"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.3.0",
"connect-livereload": "^0.5.0",
"express": "^4.3.1",
"gulp": "^3.7.0",
"gulp-compass": "^2.0.0",
"gulp-jade": "^0.9.0",
"gulp-livereload": "^2.0.0",
"gulp-livescript": "^2.0.0",
"gulp-plumber": "^0.6.6",
"gulp-util": "^3.0.1"
},
"repository": [
{
"type": "git",
"url": "https://github.com/g0v/project-hub-mockup"
}
],
"license": "MIT"
}