forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "nodejs.org",
"version": "1.0.0",
"description": "New Nodejs.org website",
"homepage": "https://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/nodejs.org.git"
},
"author": "Node.js Website Working Group",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/nodejs/nodejs.org/issues"
},
"engines": {
"iojs": ">=2.5.0",
"node": ">=4.0.0"
},
"dependencies": {
"autoprefixer-stylus": "0.8.1",
"chokidar": "1.2.0",
"handlebars": "4.0.4",
"html-to-text": "^1.5.0",
"js-yaml": "^3.4.5",
"junk": "1.0.2",
"map-async": "0.1.1",
"marked": "0.3.5",
"metalsmith": "2.1.0",
"metalsmith-collections": "0.7.0",
"metalsmith-feed": "0.2.0",
"metalsmith-layouts": "1.4.2",
"metalsmith-markdown": "0.2.1",
"metalsmith-metadata": "0.0.2",
"metalsmith-permalinks": "0.4.0",
"metalsmith-prism": "2.1.1",
"metalsmith-stylus": "1.0.0",
"ncp": "2.0.0",
"node-geocoder": "^3.4.1",
"node-version-data": "1.0.0",
"octonode": "0.7.4",
"request": "^2.67.0",
"require-dir": "0.3.0",
"semver": "5.0.3",
"st": "1.0.0",
"strftime": "0.9.2"
},
"devDependencies": {
"faucet": "^0.0.1",
"nock": "^2.17.0",
"pre-commit": "^1.1.2",
"proxyquire": "^1.7.3",
"standard": "^5.3.1",
"tape": "^4.2.2"
}
}