electron/package.json
2013-08-12 13:59:34 +08:00

20 lines
266 B
JSON

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