workplus
Version:
sdk of workplus
29 lines (28 loc) • 481 B
JSON
{
"name": "workplus",
"version": "0.7.4",
"description": "sdk of workplus",
"main": "index.js",
"scripts": {
"test": "ava test/*.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/li2pi/workplus.git"
},
"keywords": [
"workplus",
"sdk"
],
"author": "chris huang",
"license": "ISC",
"dependencies": {
"request": "^2.70.0"
},
"devDependencies": {
"ava": "^0.14.0"
},
"directories": {
"test": "test"
}
}