-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 798 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 798 Bytes
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
{
"name": "@backstroke/legacy",
"version": "2.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-http-proxy": "^1.0.6",
"github": "^9.2.0"
},
"devDependencies": {
"babel-register": "^6.26.0",
"mocha": "^2.5.3",
"nodemon": "^1.12.1",
"proxyquire": "^1.7.10",
"sinon": "^1.17.4",
"sinon-as-promised": "^4.0.0"
},
"scripts": {
"start": "node src/index.js",
"start-dev": "nodemon src/index.js",
"test": "mocha",
"coverage": "babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha",
"deploy": "now --npm --public -e GITHUB_TOKEN=@backstroke-bot-github-token"
},
"author": "Ryan Gaus",
"license": "ISC"
}