forked from electron/i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
{
"name": "electron-i18n",
"version": "0.0.0-development",
"description": "A home for Electron's translated documentation.",
"main": "index.json",
"files": [
"index.json"
],
"repository": "https://github.com/electron/electron-i18n",
"author": "zeke",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"chai-date-string": "^0.1.0",
"check-for-leaks": "^1.2.0",
"cheerio": "^1.0.0-rc.2",
"clean-deep": "^3.0.2",
"del": "^2.2.2",
"dotenv-safe": "^4.0.4",
"electron-docs": "^3.0.2",
"get-crowdin-file-ids": "^1.1.1",
"github": "^9.2.0",
"got": "^6.7.1",
"href-type": "^1.0.1",
"hubdown": "^1.0.0",
"husky": "^0.14.3",
"js-yaml": "^3.8.4",
"locale-code": "^1.1.1",
"lodash": "^4.17.4",
"make-dir": "^1.0.0",
"mocha": "^3.3.0",
"npm-run-all": "^4.1.2",
"require-yaml": "^0.0.1",
"semantic-release": "^8.2.0",
"standard": "^10.0.2",
"walk-sync": "^0.3.2"
},
"scripts": {
"collect": "node script/collect.js",
"build": "npm-run-all build:*",
"build:stats": "node script/stats.js",
"build:module": "node script/build-module.js",
"build:readme": "node script/readme.js",
"update-source-content": "node script/update-source-content.sh",
"test": "npm run test-only",
"test-only": "mocha && standard --fix",
"prepack": "check-for-leaks",
"prepush": "check-for-leaks",
"pretest": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"electronLatestStableTag": "v1.7.12",
"electronMasterBranchCommit": "1545a95782fde4af3b77d8f5bf743f57c783467d"
}