sstapi
Version:
a 3rd-party ifeng fm api
39 lines (38 loc) • 790 B
JSON
{
"name": "sstapi",
"version": "0.0.8",
"description": "a 3rd-party ifeng fm api",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/larvata/sstapi.git"
},
"keywords": [
"ifeng",
"api",
"3rd-party"
],
"author": "Larvata <alzzlnewtype@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/larvata/sstapi/issues"
},
"homepage": "https://github.com/larvata/sstapi",
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^1.21.4"
},
"dependencies": {
"request": "^2.40.0",
"superagent": "^0.18.2"
}
}