-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "nw-website",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "gulp serve",
"postinstall": "bower install",
"serve": "gulp serve",
"build": "metalsmith"
},
"repository": {
"type": "git",
"url": "https://github.com/nwjs/website.git"
},
"author": "Daniel Cohen <[email protected]>",
"contributors": [
{
"name": "Cong Liu",
"email": "[email protected]"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/nwjs/website/issues"
},
"homepage": "https://github.com/nwjs/website",
"dependencies": {
"babel-preset-react": "^6.3.13",
"handlebars": "^4.0.5",
"marked": "^0.3.2",
"metalsmith": "^2.1.0",
"metalsmith-babel": "^4.0.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-feed": "^0.2.0",
"metalsmith-in-place": "^1.3.2",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metadata": "0.0.4",
"metalsmith-permalinks": "^0.4.1",
"metalsmith-prism": "^2.1.1",
"metalsmith-sass": "^1.3.0",
"metalsmith-static": "0.0.5"
},
"devDependencies": {
"bower": "^1.7.x",
"gulp": "^3.9.0",
"gulp-run": "^1.6.12",
"st": "^1.1.0"
}
}