-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1 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
{
"name": "script-manager",
"version": "0.10.2",
"author": {
"name": "Jan Blaha",
"email": "[email protected]"
},
"contributors": [],
"description": "Manager for running foreign and potentionally dangerous scripts in the cluster",
"keywords": [
"custom",
"script",
"manager"
],
"homepage": "https://github.com/pofider/node-script-manager",
"repository": {
"type": "git",
"url": "[email protected]:pofider/node-script-manager.git"
},
"standard": {
"env": {
"node": true,
"mocha": true,
"browser": true
}
},
"dependencies": {
"axios": "0.19.2",
"serializator": "1.0.2",
"uuid": "3.3.2"
},
"devDependencies": {
"eslint": "5.9.0",
"in-publish": "2.0.1",
"mocha": "5.2.0",
"should": "13.2.3",
"standard": "12.0.1"
},
"scripts": {
"test": "mocha test/test.js --timeout 20000 --exit && standard",
"prepublish": "in-publish && standard || not-in-publish"
},
"main": "index.js",
"license": "MIT"
}