add gyp file for node 0.6 and 0.8
Showing
binding.gyp
0 → 100644
| ... | @@ -9,6 +9,12 @@ | ... | @@ -9,6 +9,12 @@ |
| "type": "git", | "type": "git", | ||
| "url": "git://github.com/andrew/node-sass.git" | "url": "git://github.com/andrew/node-sass.git" | ||
| }, | }, | ||
| "scripts": { | |||
| "install": "node-gyp rebuild" | |||
| }, | |||
| "engines": { | |||
| "node": ">=0.6.4" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "mkdirp": "0.3.x" | "mkdirp": "0.3.x" | ||
| }, | }, | ||
| ... | ... |
Please
register
or
sign in
to comment