-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.65 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
{
"name": "electron.atom.io",
"version": "1.0.0",
"private": true,
"description": "The [website](http://electron.atom.io) for [Electron](https://github.com/electron/electron).",
"repository": "https://github.com/electron/electron.atom.io",
"homepage": "http://electron.atom.io",
"author": "GitHub",
"license": "MIT",
"scripts": {
"start": "script/server",
"bootstrap": "script/bootstrap",
"link-checker": "grunt linkChecker",
"test": "mocha --reporter min && standard",
"build": "npm-run-all build-*",
"build-versions": "script/versions",
"build-releases": "script/releases",
"build-docs": "script/docs",
"build-awesome": "script/awesome",
"build-userland": "script/userland",
"build-apps": "script/apps",
"release": "script/release",
"lighthouse": "npm run bootstrap && script/lighthouse"
},
"devDependencies": {
"awesome-electron": "^2.5.0",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"dotenv": "^4.0.0",
"electron-apps": "^1.3.0",
"electron-docs": "^3.0.0",
"electron-userland-reports": "1.6.0",
"github": "^9.2.0",
"got": "^6.6.3",
"gray-matter": "^2.1.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-link-checker": "^0.1.0",
"href-type": "^1.0.1",
"lightcrawler": "0.0.7",
"marky-markdown-lite": "^1.2.0",
"mocha": "^3.2.0",
"npm-run-all": "^3.1.2",
"require-dir": "^0.3.1",
"semver": "^5.3.0",
"standard": "^8.6.0",
"titlecase": "^1.0.2",
"to-markdown": "github:zeke/to-markdown#support-markdown-it-gfm"
},
"standard": {
"env": {
"mocha": true
},
"ignore": [
"/js/vendor"
]
}
}