Commit 44fc5623 by Andrew Nesbitt

Added more details to package.json

parent bf5cdcba
...@@ -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": {}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment