electron/package.json

23 lines
376 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",
2013-11-11 12:04:15 +00:00
"version": "0.6.10",
2013-04-14 14:48:35 +00:00
"devDependencies": {
"coffee-script": "~1.6.3",
"coffeelint": "~0.6.1",
"mocha": "~1.13.0",
"walkdir": "~0.0.7",
2013-07-18 07:19:36 +00:00
"formidable": "~1.0.14",
"unzip": "~0.1.9",
"d3": "~3.3.8",
"int64-native": "~0.2.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
}
}