2013-04-14 18:48:35 +04:00
|
|
|
{
|
2013-11-07 08:52:26 +04:00
|
|
|
"name": "atom-shell",
|
2014-07-25 18:33:28 +04:00
|
|
|
"version": "0.14.2",
|
2013-04-14 18:48:35 +04:00
|
|
|
|
2014-04-25 13:49:37 +04:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://github.com/atom/atom-shell/raw/master/LICENSE.md"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
2013-10-17 05:58:55 +04:00
|
|
|
"devDependencies": {
|
2014-07-11 10:04:50 +04:00
|
|
|
"atom-package-manager": "0.76.x",
|
2014-04-29 07:51:49 +04:00
|
|
|
"coffee-script": "~1.7.1",
|
|
|
|
"coffeelint": "~1.3.0"
|
2013-04-14 18:48:35 +04:00
|
|
|
},
|
|
|
|
|
|
|
|
"private": true,
|
|
|
|
|
|
|
|
"scripts": {
|
2013-11-01 06:15:41 +04:00
|
|
|
"preinstall": "node -e 'process.exit(0)'"
|
2013-04-14 18:48:35 +04:00
|
|
|
}
|
|
|
|
}
|