forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.38 KB
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
52
53
54
{
"name": "new.nodejs.org",
"version": "1.0.0",
"description": "New Nodejs.org website",
"homepage": "https://new.nodejs.org",
"scripts": {
"gulp": "gulp",
"build": "node build.js",
"serve": "node build.js serve",
"lint": "eslint scripts build.js",
"load-versions": "node scripts/load-versions.js",
"start": "npm run serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs/new.nodejs.org.git"
},
"author": "Node.js Website Working Group",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodejs/new.nodejs.org/issues"
},
"engines": {
"iojs": ">=2.5.0",
"node": ">=4.0.0"
},
"dependencies": {
"autoprefixer-stylus": "^0.7.1",
"chokidar": "^1.0.5",
"gulp": "^3.9.0",
"handlebars": "^3.0.0",
"map-async": "~0.1.1",
"metalsmith": "^2.0.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-feed": "0.0.6",
"metalsmith-layouts": "^1.1.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metadata": "0.0.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-prism": "^2.0.0",
"metalsmith-serve": "0.0.3",
"metalsmith-stylus": "^1.0.0",
"ncp": "^2.0.0",
"octonode": "^0.7.1",
"require-dir": "^0.3.0",
"semver": "^5.0.1",
"st": "^0.5.5",
"strftime": "^0.9.2"
},
"devDependencies": {
"babel-eslint": "^4.0.10",
"eslint": "^1.1.0"
}
}