electronjs.org/package.json

55 строки
1.5 KiB
JSON
Исходник Обычный вид История

2016-12-19 21:46:17 +03:00
{
"name": "electron.atom.io",
"version": "1.0.0",
2016-12-17 00:11:31 +03:00
"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",
2016-12-20 00:50:09 +03:00
"link-checker": "grunt linkChecker",
2016-12-19 21:00:36 +03:00
"test": "mocha && standard",
2016-12-13 07:35:34 +03:00
"build": "npm-run-all build-*",
"build-releases": "script/releases",
"build-versions": "script/versions",
"build-docs": "script/docs",
"build-awesome": "script/awesome",
"build-userland": "script/userland",
"build-apps": "script/apps",
2016-12-13 07:35:34 +03:00
"release": "script/release"
},
2015-05-28 22:02:54 +03:00
"devDependencies": {
2016-12-19 21:26:52 +03:00
"awesome-electron": "^2.5.0",
2016-12-19 21:00:36 +03:00
"chai": "^3.5.0",
2016-12-20 00:35:08 +03:00
"cheerio": "^0.22.0",
"electron-apps": "github:electron/electron-apps",
"electron-userland-reports": "1.6.0",
2016-12-17 03:14:27 +03:00
"electron-docs": "^3.0.0",
"gray-matter": "^2.1.0",
2016-12-20 00:35:08 +03:00
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-link-checker": "^0.1.0",
2016-12-17 03:14:27 +03:00
"href-type": "^1.0.0",
2016-12-17 03:35:10 +03:00
"marky-markdown-lite": "^1.2.0",
2016-12-19 21:00:36 +03:00
"mocha": "^3.2.0",
2016-12-13 07:35:34 +03:00
"npm-run-all": "^3.1.2",
2016-12-19 21:26:52 +03:00
"nugget": "^2.0.1",
2016-12-19 21:46:17 +03:00
"require-dir": "^0.3.1",
2016-12-17 03:14:27 +03:00
"semver": "^5.3.0",
2016-12-19 21:00:36 +03:00
"standard": "^8.6.0",
2016-12-19 21:26:52 +03:00
"titlecase": "^1.0.2",
2016-12-19 21:00:36 +03:00
"to-markdown": "github:zeke/to-markdown#support-markdown-it-gfm"
},
"standard": {
"env": {
"mocha": true
},
"ignore": [
"/js/vendor"
]
}
}