-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.76 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
48
49
50
51
{
"name": "fluid-express-user",
"version": "2.0.4",
"description": "A series of Fluid components to provide simple user management.",
"main": "index.js",
"scripts": {
"lint": "fluid-lint-all",
"pretest": "npx rimraf coverage/* reports/* instrumented/*",
"test": "npm run test:webdriver && npm run test:node",
"test:webdriver": "node tests/js/browser/index.js",
"test:node": "nyc node tests/js/server/index.js",
"posttest": "nyc report --reporter html --reporter text-summary"
},
"repository": {
"type": "git",
"url": "https://github.com/fluid-project/fluid-express-user"
},
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/fluid-project/fluid-express-user/issues"
},
"homepage": "https://github.com/fluid-project/fluid-express-user",
"dependencies": {
"foundation-sites": "6.6.3",
"fluid-binder": "1.1.2",
"fluid-express": "1.0.18",
"fluid-handlebars": "2.1.5",
"fluid-json-schema": "2.1.7",
"kettle": "2.1.0",
"infusion": "3.0.0-dev.20210120T204128Z.6e4be079f.FLUID-6580",
"markdown-it": "12.0.4",
"nodemailer": "6.4.18",
"nodemailer-smtp-transport": "2.7.4",
"request": "2.88.2"
},
"devDependencies": {
"cookie": "0.4.1",
"eslint-config-fluid": "2.0.0",
"eslint": "7.20.0",
"fluid-couchdb-test-harness": "1.1.1",
"fluid-lint-all": "1.0.4",
"fluid-mail-test": "1.0.8",
"fluid-webdriver": "1.1.2",
"handlebars": "4.7.6",
"mailparser": "3.0.1",
"node-jqunit": "1.1.8",
"nyc": "15.1.0",
"pagedown": "1.1.0"
}
}