-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.5 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
47
48
49
50
51
52
53
{
"name": "dynamic-module-loader",
"version": "1.4.1",
"homepage": "https://github.com/VirtuOz/node-dynamic-module-loader",
"author": {
"name": "Kevan Dunsmore",
"email": "[email protected]"
},
"contributors": [
{
"name": "Olivier Vaussy",
"email": "[email protected]"
},
{
"name": "Sylvain Bellone",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/VirtuOz/node-dynamic-module-loader"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "NPM_PATH=`which npm` node_modules/mocha/bin/_mocha test/*_test.js --ignore-leaks -t 20000 --reporter spec",
"test-coverage": "scripts/runTestWithCoverage.sh",
"clean": "rm -rf target"
},
"dependencies": {
"callback-utils": "1.0.0",
"error-handling": "1.0.0",
"fs-extra": "5.0.0",
"futures": "2.3.3",
"hurt-locker": "git+ssh://[email protected]/VirtuOz/node-hurt-locker.git",
"jsclass": "4.0.5",
"rimraf": "2.6.2",
"tar": "^4.4.6",
"underscore": "1.12.1",
"underscore.string": "^3.3.5",
"winston": "^2.4.5"
},
"devDependencies": {
"chai": "^4.1.2",
"longjohn": "0.2.12",
"mocha": "^8.1.3",
"nock": "^9.1.4",
"xunit-html-cov": "0.0.2"
},
"main": "./index.js"
}