{ "name": "node-sts-app-server", "version": "1.0.0", "description": "Node.js STS app server", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Node.js", "STS", "OSS" ], "author": "rockuw ", "license": "MIT", "engines": { "node": ">=4" }, "dependencies": { "ali-oss": "^4.0.1", "co": "^4.6.0", "eslint": "^4.11.0", "express": "^4.13.4" } }