electronjs.org/package.json

77 строки
2.2 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": "NODE_ENV=production node server.js",
"bootstrap": "script/bootstrap",
2016-12-20 00:50:09 +03:00
"link-checker": "grunt linkChecker",
2017-06-23 08:20:07 +03:00
"test": "NODE_ENV=test mocha && 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-21 18:25:08 +03:00
"dev": "nodemon -e js,scss server.js"
},
2017-06-23 08:20:07 +03:00
"dependencies": {
2016-12-19 21:26:52 +03:00
"awesome-electron": "^2.5.0",
2017-06-25 08:46:47 +03:00
"browser-sync": "^2.18.12",
"connect-browser-sync": "^2.1.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",
2017-06-25 08:46:47 +03:00
"electron-i18n": "github:electron/electron-i18n",
2016-12-21 01:04:58 +03:00
"electron-userland-reports": "1.6.0",
2017-06-25 08:46:47 +03:00
"express": "^4.15.3",
"express-hbs": "^1.0.4",
"flat": "^2.0.1",
"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",
2017-06-25 08:35:26 +03:00
"helmet": "^3.6.1",
"href-type": "^1.0.1",
2017-06-23 08:20:07 +03:00
"lil-env-thing": "^1.0.0",
2017-06-25 08:46:47 +03:00
"liquid-node": "^2.6.1",
"lodash": "^4.17.4",
2016-12-17 03:35:10 +03:00
"marky-markdown-lite": "^1.2.0",
2017-06-25 08:46:47 +03:00
"minimist": "^1.2.0",
"node-sass-middleware": "^0.11.0",
2016-12-19 21:46:17 +03:00
"require-dir": "^0.3.1",
2017-06-25 08:46:47 +03:00
"require-yml": "^1.3.1",
2016-12-17 03:14:27 +03:00
"semver": "^5.3.0",
"slack-notify": "^0.1.6",
2017-06-25 08:46:47 +03:00
"tinyliquid": "^0.2.34",
2016-12-19 21:26:52 +03:00
"titlecase": "^1.0.2",
2017-06-25 08:46:47 +03:00
"to-markdown": "github:zeke/to-markdown#support-markdown-it-gfm",
"trailing-slash": "^2.0.0",
"tree-hugger": "^1.3.0"
2016-12-19 21:00:36 +03:00
},
2017-06-25 08:49:02 +03:00
"devDependencies": {
"nodemon": "^1.11.0",
"npm-run-all": "^3.1.2",
"supertest": "^3.0.0",
"standard": "^8.6.0",
"mocha": "^3.2.0",
"chai": "^3.5.0",
"chai-cheerio": "^1.0.0",
2017-06-25 08:49:55 +03:00
"cheerio": "^1.0.0-rc.1"
2017-06-25 08:49:02 +03:00
},
2016-12-19 21:00:36 +03:00
"standard": {
"ignore": [
"/js/vendor"
]
}
}