mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-29 08:39:03 +08:00
19 lines
226 B
JSON
19 lines
226 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.1.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.6.2",
|
|
|
|
"mocha": "*",
|
|
"walkdir": "*",
|
|
"unzip": "*"
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|