pulsar/package.json
Kevin Sawicki & Nathan Sobo 41e1ce4a09 Remove cson2json dependency
The latest release does not work because of CoffeeScript
changes so use a simple compile script to convert CSON
files to JSON files when buildilng.

Closes #348
2013-03-04 18:27:51 -08:00

13 lines
147 B
JSON

{
"name" : "atom",
"version" : "0.0.0",
"dependencies": {
"coffee-script": "1.5"
},
"scripts": {
"preinstall": "true"
}
}