forked from electron/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 899 Bytes
/
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
{
"name": "electron-apps",
"version": "1.0.2",
"description": "A collection of apps built on Electron",
"main": "index.json",
"scripts": {
"build": "node build.js > index.json",
"install": "npm run build",
"test": "npm run build && mocha",
"wizard": "node wizard.js"
},
"repository": "https://github.com/electron/electron-apps",
"keywords": [
"electron",
"apps",
"gallery",
"collection",
"showcase"
],
"author": "Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"clean-deep": "^2.0.1",
"image-size": "^0.5.0",
"inquirer": "^2.0.0",
"is-url": "^1.2.2",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"path-exists": "^3.0.0",
"slugg": "^1.1.0"
},
"dependencies": {
"yamljs": "^0.2.8"
},
"engines": {
"node": ">=4"
}
}