sicepat
Version:
Node.js module for using the sicepat API
33 lines (32 loc) • 672 B
JSON
{
"name": "sicepat",
"version": "1.1.1",
"author": {
"name": "egg",
"email": "i@egg.pe.kr"
},
"description": "Node.js module for using the sicepat API",
"main": "index.js",
"scripts": {
"test": "standard && grunt"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/egg-/sicepat/issues"
},
"homepage": "https://github.com/egg-/sicepat#readme",
"keywords": [
"sicepat"
],
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {
"grunt": "1.0.4",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"matchdep": "^2.0.0",
"mocha": "^3.2.0",
"standard": "^8.6.0"
}
}