-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.27 KB
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
{
"name": "benchmarked-comparative-selection",
"version": "3.0.0",
"description": " Benchmarked comparative selection algorithm plugin for d-pac platform",
"main": "lib/select.js",
"scripts": {
"test": "mocha specs/*.spec.js --bail",
"lint": "eslint lib && echo 'Linting finished!'"
},
"repository": {
"type": "git",
"url": "https://github.com/d-pac/benchmarked-comparative-selection"
},
"keywords": [
"d-pac.plugin",
"d-pac",
"performance",
"assessment",
"comparative",
"benchmark"
],
"author": "d-pac",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/d-pac/benchmarked-comparative-selection/issues"
},
"homepage": "https://github.com/d-pac/benchmarked-comparative-selection",
"d-pac": [
{
"name": "benchmarked-comparative-selection",
"description": "Two-phased benchmarked comparative selection algorithm",
"type": "select",
"compatibility": "^0.6.0"
}
],
"devDependencies": {
"deepmerge": "^0.2.10",
"eslint": "^2.13.1",
"eslint-config-prototypers": "^0.2.0",
"mocha": "^2.2.4",
"must": "^0.13.1",
"require-directory": "^2.1.0"
},
"dependencies": {
"d-pac.functions": "1.3.0",
"d-pac.plugins-spec": "0.5.0",
"lodash": "4.0.0"
}
}