Commit 44fc5623 by Andrew Nesbitt

Added more details to package.json

parent bf5cdcba
......@@ -3,7 +3,16 @@
"name": "node-sass",
"description": "wrapper around libsass",
"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",
"repository": {
"type": "git",
......@@ -26,6 +35,5 @@
},
"devDependencies": {
"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