forked from electron/electronjs.org-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "electron.atom.io",
"version": "1.0.0",
"description": "The [website](http://electron.atom.io) for [Electron](https://github.com/atom/electron) (formerly known as Atom-Shell).",
"repository": {
"type": "git",
"url": "https://github.com/atom/electron.atom.io.git"
},
"author": "GitHub",
"license": "MIT",
"bugs": {
"url": "https://github.com/atom/electron.atom.io/issues"
},
"scripts": {
"test": "tape spec/*.js | tap-spec",
"rels-vers": "script/releases && script/versions",
"docs": "script/docs --latest",
"lastest": "npm run rels-vers && npm run docs"
},
"homepage": "http://electron.atom.io",
"dependencies": {
"cpr": "^0.4.0",
"glob": "^5.0.10",
"gunzip-maybe": "^1.1.0",
"mkdirp": "^0.5.1",
"nugget": "^1.5.1",
"request": "^2.55.0",
"rimraf": "^2.3.3",
"tar-fs": "^1.5.0",
"through2": "^0.6.5",
"titlecase": "^1.0.2",
"yaml-front-matter": "^3.2.3",
"yamljs": "^0.2.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-link-checker": "^0.1.0",
"tap-spec": "^4.0.0",
"tape": "^4.0.0"
}
}