electron/package.json

17 lines
206 B
JSON
Raw Normal View History

2013-04-14 14:48:35 +00:00
{
"name" : "atom",
"version" : "0.1.0",
"dependencies": {
"coffee-script": "1.6.2",
"mocha": "*",
"findit": "*"
2013-04-14 14:48:35 +00:00
},
"private": true,
"scripts": {
"preinstall": "true"
}
}