forked from electron/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.57 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
{
"name": "electron-apps",
"version": "1.1665.0",
"description": "A collection of apps built on Electron",
"main": "index.json",
"scripts": {
"build": "npm-run-all build:*",
"build:clean": "node script/clean",
"build:resize": "node script/resize",
"build:dates": "node script/dates",
"build:colors": "node script/colors",
"xbuild:releases": "node script/releases",
"build:pack": "node script/pack",
"prepack": "check-for-leaks",
"prepush": "check-for-leaks",
"test": "mocha --reporter min test/human-data.js && standard --fix",
"test-all": "mocha --reporter min && standard --fix",
"wizard": "node wizard.js",
"release": "script/release.sh"
},
"repository": "https://github.com/electron/electron-apps",
"keywords": [
"electron",
"apps",
"gallery",
"collection",
"showcase"
],
"author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"check-for-leaks": "^1.0.2",
"clean-deep": "^2.0.1",
"dotenv-safe": "^4.0.4",
"duration": "^0.2.0",
"get-image-colors": "^1.8.1",
"github": "^9.2.0",
"github-url-to-object": "^4.0.2",
"husky": "^0.14.3",
"image-size": "^0.5.0",
"inquirer": "^2.0.0",
"is-url": "^1.2.2",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"npm-run-all": "^4.0.1",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.6.1",
"sharp": "^0.17.0",
"slugg": "^1.1.0",
"standard": "^10.0.2",
"yamljs": "^0.2.8"
},
"engines": {
"node": ">=4"
}
}