forked from lahdekorpi/node-salt-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 796 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
{
"name": "salt-api",
"version": "1.1.3",
"description": "A simple salt-api client library",
"main": "salt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lahdekorpi/node-salt-api.git"
},
"keywords": [
"salt-api",
"salt",
"cherrypy",
"saltstack"
],
"author": "Toni Lähdekorpi",
"license": "MIT",
"bugs": {
"url": "https://github.com/lahdekorpi/node-salt-api/issues"
},
"homepage": "https://github.com/lahdekorpi/node-salt-api#readme",
"dependencies": {
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"snyk": "^1.388.0"
},
"snyk": true
}