electronjs.org/package.json

74 строки
2.1 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": {
2017-06-04 08:03:55 +03:00
"start": "node server.js",
"bootstrap": "script/bootstrap",
2016-12-20 00:50:09 +03:00
"link-checker": "grunt linkChecker",
"test": "mocha --reporter min && standard",
2016-12-13 07:35:34 +03:00
"build": "npm-run-all build-*",
"build-versions": "script/versions",
2016-12-13 07:35:34 +03:00
"build-releases": "script/releases",
"build-docs": "script/docs",
"build-awesome": "script/awesome",
"build-userland": "script/userland",
"build-apps": "script/apps",
2017-06-04 08:03:55 +03:00
"release": "script/release 2>&1 | script/notify",
2017-06-07 23:58:47 +03:00
"dev": "nodemon -e js,md,html,scss"
},
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",
"dotenv": "^4.0.0",
2017-06-04 08:03:55 +03:00
"electron-apps": "^1.762.0",
2016-12-17 03:14:27 +03:00
"electron-docs": "^3.0.0",
2016-12-21 01:04:58 +03:00
"electron-userland-reports": "1.6.0",
"github": "^9.2.0",
2016-12-21 01:04:58 +03:00
"got": "^6.6.3",
2017-06-04 08:03:55 +03:00
"gray-matter": "^2.1.1",
2016-12-20 00:35:08 +03:00
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-link-checker": "^0.1.0",
"href-type": "^1.0.1",
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",
2017-06-04 08:03:55 +03:00
"nodemon": "^1.11.0",
2016-12-13 07:35:34 +03:00
"npm-run-all": "^3.1.2",
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",
"slack-notify": "^0.1.6",
2016-12-19 21:00:36 +03:00
"standard": "^8.6.0",
2017-06-04 08:03:55 +03:00
"supertest": "^3.0.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"
]
2017-06-04 08:03:55 +03:00
},
"dependencies": {
2017-06-21 02:54:48 +03:00
"electron-i18n": "github:electron/electron-i18n",
2017-06-04 08:03:55 +03:00
"express": "^4.15.3",
2017-06-21 02:54:48 +03:00
"express-hbs": "^1.0.4",
2017-06-04 08:03:55 +03:00
"express-liquid": "^0.2.6",
"flat": "^2.0.1",
"liquid-node": "^2.6.1",
"lodash": "^4.17.4",
"node-sass-middleware": "^0.11.0",
2017-06-04 08:51:27 +03:00
"require-yml": "^1.3.1",
2017-06-04 08:03:55 +03:00
"tinyliquid": "^0.2.34",
2017-06-05 05:55:19 +03:00
"tree-hugger": "^1.3.0"
}
}