1234567891011121314151617181920 |
- {
- "name": "datasyncserver",
- "version": "1.0.0",
- "description": "外网数据",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "taohm",
- "license": "ISC",
- "repository": {
-
- },
- "dependencies": {
- "restify": "^4.0.3",
- "sequelize": "^3.13.0",
- "tedious": "^1.13.1",
- "async":"^2.1.4"
- }
- }
|