forked from yodle/new-relic-synthetics-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 827 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
34
35
36
{
"name": "new-relic-synthetics-manager",
"version": "1.0.1",
"description": "Manage New Relic Synthetics",
"main": "index.js",
"scripts": {
"test": "gulp",
"lint": "gulp lint"
},
"author": "David Bradford <david.bradford@yodle.com>",
"license": "Apache-2.0",
"bin": {
"synthmanager": "bin/synthmanager.js"
},
"dependencies": {
"async": "2.1.2",
"lodash": "4.17.1",
"mkdirp": "0.5.1",
"request": "2.79.0",
"selenium-webdriver": "3.0.1",
"winston": "2.3.0",
"yargs": "6.4.0"
},
"devDependencies": {
"chai": "3.5.0",
"gulp": "3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "2.0.4",
"gulp-mocha": "^3.0.1",
"istanbul": "0.4.5",
"jshint": "2.9.4",
"mocha": "3.1.2",
"testdouble": "1.9.0",
"testdouble-chai": "0.4.0"
}
}