-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 796 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 796 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
{
"name": "kppoint.github.io",
"version": "0.0.0",
"description": "kppoint.github.io =================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/kppoint/kppoint.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kppoint/kppoint.github.io/issues"
},
"homepage": "https://github.com/kppoint/kppoint.github.io",
"devDependencies": {
"expose-loader": "^0.6.0",
"gulp": "^3.8.10",
"gulp-compass": "^2.0.1",
"gulp-data": "^1.0.2",
"gulp-jade": "^0.9.0",
"gulp-util": "^3.0.1",
"jade": "^1.7.0",
"request": "^2.48.0",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.5"
}
}