electron/package.json

23 строки
449 B
JSON
Исходник Обычный вид История

2013-04-14 18:48:35 +04:00
{
2013-11-07 08:52:26 +04:00
"name": "atom-shell",
2015-03-23 11:31:23 +03:00
"version": "0.22.2",
2014-04-25 13:49:37 +04:00
"licenses": [
{
"type": "MIT",
"url": "http://github.com/atom/atom-shell/raw/master/LICENSE.md"
}
],
"devDependencies": {
2015-02-13 07:39:51 +03:00
"asar": "0.2.2",
"atom-package-manager": "0.144.0",
"coffee-script": "~1.7.1",
2015-01-21 08:53:53 +03:00
"coffeelint": "~1.3.0",
"request": "*",
"runas": "^2.0.0"
2013-04-14 18:48:35 +04:00
},
"private": true,
"scripts": {
"preinstall": "node -e 'process.exit(0)'"
2013-04-14 18:48:35 +04:00
}
}