Added more details to package.json
Showing
| ... | @@ -3,7 +3,16 @@ | ... | @@ -3,7 +3,16 @@ |
| "name": "node-sass", | "name": "node-sass", | ||
| "description": "wrapper around libsass", | "description": "wrapper around libsass", | ||
| "version": "0.2.6", | "version": "0.2.6", | ||
| "homepage": "http://github.com/andrew/node-sass", | "homepage": "https://github.com/andrew/node-sass", | ||
| "keywords": ["sass", "css", "libsass"], | |||
| "bugs" : | |||
| { "url" : "https://github.com/andrew/node-sass/issues" }, | |||
| "licenses": [ | |||
| { | |||
| "type": "MIT", | |||
| "url": "https://github.com/andrew/node-sass/blob/master/LICENSE" | |||
| } | |||
| ], | |||
| "main": "./sass.js", | "main": "./sass.js", | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -26,6 +35,5 @@ | ... | @@ -26,6 +35,5 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "mocha": "1.7.x" | "mocha": "1.7.x" | ||
| }, | } | ||
| "optionalDependencies": {} | |||
| } | } |
Please
register
or
sign in
to comment