electron/package.json

25 lines
409 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",
2015-01-27 19:38:30 +00:00
"version": "0.20.8",
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": {
2015-01-21 05:58:46 +00:00
"atom-package-manager": "0.122.0",
"coffee-script": "~1.7.1",
2015-01-21 05:53:53 +00:00
"coffeelint": "~1.3.0",
"request": "*"
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
}
}