0.4.4
Showing
| ... | @@ -2,11 +2,16 @@ | ... | @@ -2,11 +2,16 @@ |
| "author": "Andrew Nesbitt <andrewnez@gmail.com> (http://andrew.github.com)", | "author": "Andrew Nesbitt <andrewnez@gmail.com> (http://andrew.github.com)", | ||
| "name": "node-sass", | "name": "node-sass", | ||
| "description": "wrapper around libsass", | "description": "wrapper around libsass", | ||
| "version": "0.4.3", | "version": "0.4.4", | ||
| "homepage": "https://github.com/andrew/node-sass", | "homepage": "https://github.com/andrew/node-sass", | ||
| "keywords": ["sass", "css", "libsass"], | "keywords": [ | ||
| "bugs" : | "sass", | ||
| { "url" : "https://github.com/andrew/node-sass/issues" }, | "css", | ||
| "libsass" | |||
| ], | |||
| "bugs": { | |||
| "url": "https://github.com/andrew/node-sass/issues" | |||
| }, | |||
| "licenses": [ | "licenses": [ | ||
| { | { | ||
| "type": "MIT", | "type": "MIT", | ||
| ... | @@ -23,7 +28,7 @@ | ... | @@ -23,7 +28,7 @@ |
| "test": "mocha test" | "test": "mocha test" | ||
| }, | }, | ||
| "bin": { | "bin": { | ||
| "node-sass" : "bin/node-sass" | "node-sass": "bin/node-sass" | ||
| }, | }, | ||
| "gypfile": true, | "gypfile": true, | ||
| "engines": { | "engines": { | ||
| ... | ... |
Please
register
or
sign in
to comment