-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.37 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
{
"name": "fluid-handlebars",
"version": "2.1.6",
"private": false,
"license": "BSD-3-Clause",
"repository": "https://github.com/fluid-project/fluid-handlebars",
"scripts": {
"lint": "fluid-lint-all",
"pretest": "npx rimraf coverage/* reports/*",
"test": "npm run test:node && npm run test:browser",
"test:node": "nyc node tests/js/server/all-server-tests.js",
"test:browser": "node node_modules/testem/testem.js ci --file tests/testem.js",
"posttest": "nyc report --reporter text-summary --reporter html"
},
"dependencies": {
"chokidar": "3.5.0",
"fluid-binder": "1.1.2",
"fluid-express": "1.0.18",
"handlebars": "4.7.6",
"infusion": "3.0.0-dev.20210114T211758Z.d345ecd74.FLUID-6145",
"json5": "2.1.3",
"markdown-it": "12.0.4",
"md5": "2.3.0",
"underscore-node": "0.1.2"
},
"devDependencies": {
"cheerio": "1.0.0-rc.3",
"eslint": "7.17.0",
"eslint-config-fluid": "2.0.0",
"fluid-lint-all": "1.0.0",
"fluid-testem": "2.1.14",
"graceful-fs": "4.2.4",
"kettle": "2.1.0",
"mkdirp": "1.0.4",
"node-jqunit": "1.1.8",
"nyc": "15.0.1",
"recursive-copy": "2.0.11",
"request": "2.88.2",
"testem": "3.2.0",
"tough-cookie": "4.0.0"
}
}