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