Commit 2a3fbdaf authored by Milo Yip's avatar Milo Yip

Merge pull request #631 from milkandsour/master

npm compliant package.json
parents 30111dbf f8df6377
var path = require('path');
console.log(path.join(path.relative('.', __dirname), 'include'));
{
"name": "rapidjson",
"version": "1.0.3",
"description": "![](doc/logo/rapidjson.png)",
"main": "index.js",
"directories": {
"doc": "doc",
"example": "example",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miloyip/rapidjson.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/miloyip/rapidjson/issues"
},
"homepage": "https://github.com/miloyip/rapidjson#readme",
"main": "include_dirs.js"
}
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