pulsar/package.json
John Barnette 2697b5e402 Make npm and rake play nicely
npm was noticing the atom.gyp file and trying to do stuff with it
automatically, and moving it out of the way ruins gyp's day. This fixes
both problems.
2012-09-13 11:41:35 -07:00

13 lines
147 B
JSON

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