electron/package.json
2013-07-18 15:19:36 +08:00

18 lines
225 B
JSON

{
"name" : "atom",
"version" : "0.1.0",
"dependencies": {
"coffee-script": "1.6.2",
"mocha": "*",
"findit": "*",
"unzip": "*"
},
"private": true,
"scripts": {
"preinstall": "true"
}
}