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