-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 877 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 877 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
31
32
33
34
{
"name": "probo-bitbucket-handler",
"version": "1.3.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./bin/probo-bitbucket-handler -c dev.yaml | bunyan",
"startdev": "nodemon ./bin/probo-bitbucket-handler -c dev.yaml | bunyan",
"test": "mocha --require should",
"watch": "mocha -w --require should | bunyan"
},
"author": "",
"license": "Proprietary",
"dependencies": {
"async": "^1.5.2",
"bluebird": "^2.11.0",
"bunyan": "^1.8.15",
"js-yaml": "^3.14.1",
"oauth": "^0.9.15",
"querystring": "^0.2.0",
"request": "^2.88.2",
"restify": "^11.1.0",
"superagent": "^1.8.5",
"yaml-config-loader": "1.1.1",
"yargs": "^3.32.0"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-probo": "^1.0.2",
"mocha": "^2.2.4",
"nock": "^1.6.0",
"should": "^5.2.0"
}
}