18 lines
225 B
JSON
18 lines
225 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.1.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.6.2",
|
|
|
|
"mocha": "*",
|
|
"findit": "*",
|
|
"unzip": "*"
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|