electron/package.json

21 lines
266 B
JSON
Raw Normal View History

2013-04-14 22:48:35 +08:00
{
"name" : "atom",
"version" : "0.1.0",
"dependencies": {
"coffee-script": "1.6.2",
2013-07-18 15:19:36 +08:00
"mocha": "*",
"walkdir": "*",
2013-08-01 15:40:54 +08:00
"unzip": "*",
2013-08-12 13:59:34 +08:00
"d3": "*",
2013-08-01 15:40:54 +08:00
"int64-native": "*"
2013-04-14 22:48:35 +08:00
},
"private": true,
"scripts": {
"preinstall": "true"
}
}