mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
Merge pull request #631 from milkandsour/master
npm compliant package.json
This commit is contained in:
commit
2a3fbdaf5c
2
include_dirs.js
Normal file
2
include_dirs.js
Normal file
@ -0,0 +1,2 @@
|
||||
var path = require('path');
|
||||
console.log(path.join(path.relative('.', __dirname), 'include'));
|
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "rapidjson",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user