-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "fluid-testem",
"version": "2.2.2",
"description": "A library to assist in using Testem within the Fluid ecosystem.",
"main": "index.js",
"nyc": {
"exclude": [
"node_modules/**",
"tests/**"
]
},
"scripts": {
"lint": "fluid-lint-all",
"pretest": "rimraf coverage reports instrumented",
"test": "nyc node tests/all-tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-project/fluid-testem.git"
},
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://issues.fluid.net/"
},
"homepage": "https://github.com/fluid-project/fluid-testem/",
"dependencies": {
"glob": "8.1.0",
"fluid-express": "1.0.19",
"infusion": "4.6.0",
"istanbul-lib-instrument": "5.2.1",
"mkdirp": "2.1.3",
"node-jqunit": "1.1.9",
"nyc": "15.1.0",
"rimraf": "4.1.2",
"testem": "3.10.1"
},
"devDependencies": {
"eslint": "8.34.0",
"eslint-config-fluid": "2.1.1",
"form-data": "4.0.0",
"fluid-lint-all": "1.2.6",
"fluid-webdriver": "1.1.2",
"kettle": "2.3.0",
"qunitjs": "2.4.1"
}
}