-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.34 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
{
"name": "fluid-json-schema",
"version": "2.1.8",
"description": "Support validation of JSON within the Fluid ecosystem.",
"main": "index.js",
"scripts": {
"lint": "fluid-lint-all",
"pretest": "npx rimraf coverage reports && npx mkdirp coverage reports",
"test": "npm run test:node && npm run test:browser",
"test:node": "nyc --reporter none node tests/all-node-tests.js",
"test:browser": "testem ci --file tests/testem.js",
"posttest": "nyc report"
},
"repository": {
"type": "git",
"url": "https://github.com/fluid-project/fluid-json-schema"
},
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"ajv": "6.12.3",
"fluid-binder": "1.1.2",
"fluid-express": "1.0.18",
"fluid-handlebars": "2.1.5",
"infusion": "3.0.0-dev.20210120T204128Z.6e4be079f.FLUID-6580",
"kettle": "2.1.0"
},
"devDependencies": {
"eslint": "7.18.0",
"eslint-config-fluid": "2.0.0",
"foundation-sites": "6.6.3",
"fluid-lint-all": "1.0.0",
"fluid-testem": "2.1.14",
"handlebars": "4.7.6",
"markdown-it": "11.0.0",
"node-jqunit": "1.1.8",
"nyc": "15.1.0",
"request": "2.88.2",
"testem": "3.2.0"
}
}