-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"scripts": {
"test2": "mocha --exit --recursive",
"test": "nyc mocha --exit --recursive"
},
"main": "js/index.js",
"license": "MIT",
"name": "@pubcore/node-composition",
"version": "2.14.3",
"description": "composition of components served by express",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pubcore/node-composition.git"
},
"keywords": [
"development",
"webserver",
"express",
"auto-reload",
"docker"
],
"author": "pubcore",
"bugs": {
"url": "https://github.com/pubcore/node-composition-local/issues"
},
"homepage": "https://github.com/pubcore/node-composition-local#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "^7.17.0",
"mocha": "^7.2.0",
"mocha-suppress-logs": "^0.2.0",
"nyc": "^15.1.0",
"replace-in-file": "^6.1.0"
},
"dependencies": {
"chokidar": "^3.5.0",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"express": "^4.17.1",
"merge": "^2.1.1"
},
"engines": {
"node": ">=8.11.1"
}
}