forked from fluid-project/fluid-binder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 855 Bytes
/
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
{
"name": "fluid-binder",
"version": "1.1.2",
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"scripts": {
"pretest": "node node_modules/rimraf/bin.js coverage/* instrumented/* reports/*",
"test": "node node_modules/testem/testem.js ci --file tests/testem.js"
},
"repository": "https://github.com/fluid-project/fluid-binder",
"dependencies": {
"infusion": "3.0.0-dev.20200604T195400Z.dddc6a2.FLUID-6145"
},
"devDependencies": {
"eslint": "7.4.0",
"eslint-config-fluid": "1.4.0",
"eslint-plugin-markdown": "1.0.2",
"fluid-grunt-lint-all": "1.0.8",
"fluid-testem": "2.1.13",
"grunt": "1.2.1",
"node-jqunit": "1.1.8",
"qunitjs": "2.4.1",
"rimraf": "3.0.2",
"testem": "3.2.0"
}
}