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
58 lines (58 loc) · 1.55 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.55 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
55
56
57
58
{
"name": "new.nodejs.org",
"version": "1.0.0",
"description": "New Nodejs.org website",
"homepage": "https://new.nodejs.org",
"scripts": {
"build": "node build.js",
"serve": "node build.js serve",
"load-versions": "node scripts/load-versions.js",
"start": "npm run serve",
"test": "standard build.js scripts/*.js scripts/**/*.js tests/**/*.js && tape tests/**/*.test.js | faucet"
},
"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",
"handlebars": "^3.0.0",
"map-async": "~0.1.1",
"marked": "^0.3.5",
"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": {
"faucet": "0.0.1",
"nock": "^2.12.0",
"pre-commit": "^1.1.1",
"proxyquire": "^1.7.2",
"sinon": "^1.17.0",
"standard": "^5.3.0",
"tape": "^4.2.0"
}
}