You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
620 B
24 lines
620 B
{
|
|
"name": "drone-nodejs-example",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/go-training/drone-nodejs-example.git",
|
|
"author": "Bo-Yi Wu <appleboy.tw@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.16.1",
|
|
"mocha": "^3.5.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test",
|
|
"lint": "eslint ./"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.8.0",
|
|
"eslint-config-prettier": "^2.6.0",
|
|
"eslint-plugin-prettier": "^2.3.1",
|
|
"prettier": "1.7.4",
|
|
"should": "^13.1.1",
|
|
"supertest": "^3.0.0"
|
|
}
|
|
} |