зеркало из https://github.com/electron/electron.git
24 строки
388 B
JSON
24 строки
388 B
JSON
{
|
|
"name": "atom-shell",
|
|
"version": "0.14.2",
|
|
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/atom/atom-shell/raw/master/LICENSE.md"
|
|
}
|
|
],
|
|
|
|
"devDependencies": {
|
|
"atom-package-manager": "0.76.x",
|
|
"coffee-script": "~1.7.1",
|
|
"coffeelint": "~1.3.0"
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
"preinstall": "node -e 'process.exit(0)'"
|
|
}
|
|
}
|