rapnc
Version:
Node client for RAP 1.0
40 lines (39 loc) • 761 B
JSON
{
"name": "rapnc",
"version": "0.1.0",
"description": "Node client for RAP 1.0",
"homepage": "http://thx.github.io/rap/",
"keywords": [
"RAP",
"Client",
"Mock",
"API",
"Server"
],
"author": "wangjeaf <wangjeaf@gmail.com>",
"contributors": [
"wangjeaf <wangjeaf@gmail.com>"
],
"engines": {
"node": ">= 0.8.17"
},
"dependencies": {
"mockjs": "*",
"async": "0.2.9",
"mysql": "2.0.0-alpha9",
"express": "~3.3.5",
"sequelize": "2.0.0-beta.0",
"commander": "~2.1.0",
"colors": "~0.6.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/thx/RAP"
},
"bin": {
"rapnc": "./bin/rapnc.js"
},
"scripts": {},
"preferGlobal": false
}