electron/package.json

24 lines
389 B
JSON
Raw Normal View History

2013-04-14 14:48:35 +00:00
{
2013-11-07 04:52:26 +00:00
"name": "atom-shell",
2014-11-15 07:18:01 +00:00
"version": "0.19.2",
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"
}
],
"devDependencies": {
2014-11-15 03:25:50 +00:00
"atom-package-manager": "0.111.0",
"coffee-script": "~1.7.1",
"coffeelint": "~1.3.0"
2013-04-14 14:48:35 +00:00
},
"private": true,
"scripts": {
"preinstall": "node -e 'process.exit(0)'"
2013-04-14 14:48:35 +00:00
}
}