forked from fluid-project/fluid-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.51 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
{
"name": "fluid-handlebars",
"version": "2.1.4",
"private": false,
"license": "BSD-3-Clause",
"repository": "https://github.com/fluid-project/fluid-handlebars",
"scripts": {
"pretest": "node node_modules/rimraf/bin.js coverage/* reports/*",
"test": "npm run test:node && npm run test:browser",
"test:node": "node node_modules/nyc/bin/nyc.js node tests/js/server/all-server-tests.js",
"test:browser": "node node_modules/testem/testem.js ci --file tests/testem.js",
"posttest": "node node_modules/nyc/bin/nyc.js report --reporter text-summary --reporter html"
},
"dependencies": {
"chokidar": "3.4.0",
"fluid-binder": "1.1.1",
"fluid-express": "1.0.16",
"handlebars": "4.7.6",
"infusion": "3.0.0-dev.20200525T143422Z.f7f6aab.FLUID-6148",
"json5": "2.1.3",
"markdown-it": "11.0.0",
"md5": "2.2.1",
"underscore-node": "0.1.2"
},
"devDependencies": {
"cheerio": "1.0.0-rc.3",
"eslint": "7.1.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",
"graceful-fs": "4.2.4",
"grunt": "1.1.0",
"kettle": "1.12.0",
"mkdirp": "1.0.4",
"node-jqunit": "1.1.8",
"nyc": "15.0.1",
"recursive-copy": "2.0.10",
"request": "2.88.2",
"rimraf": "3.0.2",
"testem": "3.1.0",
"tough-cookie": "4.0.0"
}
}