Skip to content

Commit

Permalink
Merge pull request #631 from milkandsour/master
Browse files Browse the repository at this point in the history
npm compliant package.json
  • Loading branch information
miloyip committed May 11, 2016
2 parents 30111db + f8df637 commit 2a3fbda
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include_dirs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var path = require('path');
console.log(path.join(path.relative('.', __dirname), 'include'));
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 2a3fbda

Please sign in to comment.