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