mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
19 lines
225 B
JSON
19 lines
225 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.1.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.6.2",
|
|
|
|
"mocha": "*",
|
|
"findit": "*",
|
|
"unzip": "*"
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|