diff --git a/include_dirs.js b/include_dirs.js new file mode 100644 index 000000000..b373e85f5 --- /dev/null +++ b/include_dirs.js @@ -0,0 +1,2 @@ +var path = require('path'); +console.log(path.join(path.relative('.', __dirname), 'include')); diff --git a/package.json b/package.json new file mode 100644 index 000000000..9e5e4f23c --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "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" +}