14 lines
169 B
JSON
14 lines
169 B
JSON
{
|
|
"name" : "atom",
|
|
"version" : "0.1.0",
|
|
|
|
"dependencies": {
|
|
"coffee-script": "1.6.2"
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
"preinstall": "true"
|
|
}
|
|
}
|