xiaopeng
Version:
Node.js 测试模块
29 lines (28 loc) • 576 B
JSON
{
"name": "xiaopeng",
"version": "1.0.1",
"description": "Node.js 测试模块",
"main": "index.js",
"dependencies": {
"express": "^4.13.4",
"npm": "^2.14.20"
},
"devDependencies": {},
"scripts": {
"test": "make test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runoob/runoob.git"
},
"keywords": [
"xxx"
],
"author": "xxx",
"license": "ISC",
"bugs": {
"url": "https://github.com/runoob/runoob/issues"
},
"homepage": "https://github.com/runoob/runoob#readme"
}