2013-04-14 18:48:35 +04:00
|
|
|
{
|
2013-11-07 08:52:26 +04:00
|
|
|
"name": "atom-shell",
|
2014-06-25 05:17:06 +04:00
|
|
|
"version": "0.13.3",
|
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-05-07 15:11:50 +04:00
|
|
|
"atom-package-manager": "0.50.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
|
|
|
}
|
|
|
|
}
|