duoshuo
Version:
duoshuo SDK based on Node.js
45 lines • 909 B
JSON
{
"name": "duoshuo",
"version": "0.3.0",
"description": "duoshuo SDK based on Node.js",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/turingou/duoshuo"
},
"keywords": [
"duoshuo",
"social-network",
"bbs",
"forum"
],
"author": "turing <o.u.turing@gmail.com>",
"contributors": [{
"name": "turing",
"email": "o.u.turing@gmail.com"
}, {
"name": "shen2",
"email": "zhenyupku@gmail.com"
}],
"maintainers": [{
"name": "turing",
"email": "o.u.turing@gmail.com"
}, {
"name": "shen2",
"email": "zhenyupku@gmail.com"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/turingou/duoshuo/issues"
},
"dependencies": {
"sdk": "0.2.0"
},
"devDependencies": {
"mocha": "*",
"should": "*"
}
}