123456789101112131415161718192021 |
- {
- "name": "target-data-service",
- "version": "1.0.0",
- "description": "外网数据",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [
- "data"
- ],
- "author": "luququ",
- "license": "ISC",
- "dependencies": {
- "bufferhelper": "^0.2.0",
- "restify": "^4.0.3",
- "sequelize": "^3.13.0",
- "tedious": "^1.13.1"
- }
- }
|