-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.46 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": "ul-api",
"version": "1.0.0",
"description": "The Unified Listing API and tests.",
"main": "index.js",
"scripts": {
"test": "node node_modules/nyc/bin/nyc.js node tests/all-tests.js"
},
"repository": "https://github.com/GPII/ul-api.git",
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://issues.gpii.net/browse/GPII"
},
"homepage": "https://github.com/GPII/ul-api",
"dependencies": {
"gpii-binder": "1.1.0",
"gpii-express": "1.0.15",
"gpii-express-user": "1.0.2-dev.20191014T143404Z.150969f.GPII-3921",
"gpii-handlebars": "2.1.0",
"gpii-json-schema": "2.1.2",
"gpii-launcher": "1.0.0-dev.20190527T124956Z.9255cfa.GPII-2103",
"gpii-location-bar-relay": "1.0.5",
"gpii-sort": "1.0.0-dev.20170420T114825Z.804ac19",
"html-to-text": "^8.1.0",
"infusion": "3.0.0-dev.20191009T141140Z.32c9263b4.FLUID-6148",
"markdown-it": "11.0.0",
"mkdirp": "1.0.4",
"ncp": "2.0.0",
"sharp": "0.25.3"
},
"devDependencies": {
"eslint": "7.1.0",
"eslint-plugin-markdown": "1.0.1",
"gpii-couchdb-test-harness": "1.0.1",
"gpii-grunt-lint-all": "1.0.7",
"grunt": "1.1.0",
"grunt-jsonlint": "2.1.2",
"kettle": "1.12.0",
"node-jqunit": "1.1.8",
"nyc": "15.0.1",
"request": "2.88.2"
}
}