-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "solusvm",
"version": "1.1.0",
"description": "SolusVM Admin API client.",
"main": "lib/solusvm.js",
"scripts": {
"test": "./node_modules/.bin/gulp ci",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axeal/solusvm.git"
},
"author": "Alex Seymour (https://github.com/axeal)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/axeal/solusvm/issues"
},
"homepage": "https://github.com/axeal/solusvm#readme",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"debug": "^2.6.8",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"util": "^0.10.3",
"snyk": "^1.192.4"
},
"devDependencies": {
"chai": "^4.1.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "~2.1.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "~3.0.1",
"lodash": "^4.17.4",
"mocha": "^3.4.2",
"nock": "^9.0.14",
"rimraf": "^2.6.1",
"run-sequence": "^2.1.0"
},
"snyk": true
}