-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 2.13 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
{
"name": "ul-website",
"version": "1.0.0-dev.20181205T110329Z.ef38cad",
"description": "This package provides the web site as well as the manufacturer and contributor interface to the Unified Listing.",
"main": "index.js",
"scripts": {
"lint": "fluid-lint-all",
"pretest": "node node_modules/rimraf/bin.js reports/* instrumented/* coverage/* && node node_modules/istanbul/lib/cli.js instrument --no-compact --output instrumented src",
"test": "node node_modules/istanbul/lib/cli.js cover tests/all-tests.js --report none --print none",
"posttest": "node node_modules/istanbul/lib/cli.js report --root coverage --dir reports text-summary html"
},
"repository": "https://github.com/GPII/ul-website.git",
"author": "Tony Atkins <tony@raisingthefloor.org>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://issues.gpii.net/browse/UL"
},
"homepage": "https://github.com/GPII/ul-website",
"dependencies": {
"ajv": "6.10.2",
"foundation-sites": "6.3.1",
"gpii-binder": "1.0.6",
"gpii-express": "1.0.15",
"gpii-express-user": "1.0.2-dev.20191014T143404Z.150969f.GPII-3921",
"gpii-handlebars": "2.1.0-dev.20191014T141924Z.45a74ef.GPII-4100",
"gpii-json-schema": "2.1.2-dev.20191014T143306Z.8a372f7.GPII-4022",
"gpii-launcher": "1.0.0-dev.20170712T140305Z.aa60d4a",
"gpii-location-bar-relay": "1.0.4",
"gpii-sort": "1.0.0-dev.20170420T114825Z.804ac19",
"handlebars": "4.4.3",
"infusion": "3.0.0-dev.20191009T141140Z.32c9263b4.FLUID-6148",
"jquery": "3.4.1",
"kettle": "1.11.0",
"markdown-it": "10.0.0",
"moment": "2.24.0",
"ul-api": "1.0.0-dev.20220209T123355Z.8554d99.main",
"ul-imports": "1.0.0-dev.20210928T110407Z.f5a1f92.post-eastin"
},
"devDependencies": {
"eslint": "8.3.0",
"eslint-config-fluid": "2.0.0",
"gpii-couchdb-test-harness": "1.0.1",
"fluid-lint-all": "1.1.5",
"gpii-webdriver": "1.1.0",
"istanbul": "0.4.5",
"node-jqunit": "1.1.8",
"rimraf": "3.0.0"
}
}