forked from screwdriver-cd-test/quickstart-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "screwdriver-quickstart-nodejs",
"version": "1.0.0",
"description": "A quickstart repository, which serves as an example of how to use Screwdriver with NodeJS",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/screwdriver-cd-test/quickstart-nodejs.git"
},
"keywords": [
"screwdriver",
"screwdriver-cd",
"yahoo",
"continuous delivery",
"cd",
"continuous integration",
"ci"
],
"author": "Darren Matsumoto <aeneascorrupt@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/screwdriver-cd-test/quickstart-nodejs/issues"
},
"homepage": "https://github.com/screwdriver-cd-test/quickstart-nodejs#readme",
"private": true,
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}