serverchan
Version:
Node.js SDK for ServerChan.
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "serverchan",
"version": "0.3.2",
"description": "Node.js SDK for ServerChan.",
"main": "index.js",
"scripts": {
"test": "nyc mocha",
"test-cov": "nyc -r lcovonly mocha",
"postinstall": "tsc",
"pretest": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderfox/node-ServerChan.git"
},
"keywords": [
"ServerChan",
"SDK"
],
"author": "coderfox",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderfox/node-ServerChan/issues"
},
"homepage": "https://github.com/coderfox/node-ServerChan#readme",
"dependencies": {
"@types/node": "^7.0.29",
"@types/request": "^0.0.43",
"@types/request-promise": "^4.1.33",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"typescript": "^2.3.4",
"typings": "^2.1.1"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/mocha": "^2.2.41",
"@types/nock": "^8.2.1",
"chai": "^4.0.2",
"coveralls": "^2.13.1",
"mocha": "^3.4.2",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^9.0.13",
"nyc": "^11.0.2"
},
"greenkeeper": {
"ignore": []
}
}