-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 983 Bytes
/
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
{
"name": "kdl-dts-static",
"version": "0.3.0",
"description": "Static Distributed Text Service (DTS) API Generator.",
"/main": "index.js",
"scripts": {
"test": "echo \"Warning: no test specified\" && exit 0",
"static": "node ./bin/static.js",
"serve": "http-server -p 5500 --cors"
},
"bin": {
"kdl-dts-static": "./bin/static.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kingsdigitallab/kdl-dts-static.git"
},
"author": {
"name": "Geoffroy Noel",
"url": "https://github.com/geoffroy-noel-ddh"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/kingsdigitallab/kdl-dts-static/issues"
},
"homepage": "https://github.com/kingsdigitallab/kdl-dts-static#readme",
"dependencies": {
"kdl-dts-client": "github:kingsdigitallab/kdl-dts-client",
"node-fetch": "^2.6.7",
"slugify": "^1.6.5",
"sync-fetch": "^0.4.2"
},
"devDependencies": {
"http-server": "^14.1.1"
}
}