This repository was archived by the owner on Mar 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 KB
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
52
53
54
55
56
{
"name": "dechat_es1b",
"version": "1.0.0",
"description": "Decentralized Chat",
"main": "server.js",
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/register": "^7.0.0",
"@solid/query-ldflex": "^2.4.0",
"dependencies": "0.0.1",
"jpegasus": "^1.9.54",
"linq": "^3.1.1",
"node-web-streams": "^0.2.2",
"peerjs": "^0.3.24",
"solid-auth-client": "^2.2.14",
"solid-file-client": "^0.4.9",
"standard": "^12.0.1",
"web-streams-polyfill": "^1.3.2"
},
"devDependencies": {
"asciidoctor-cli": "^1.5.6-rc.1",
"asciidoctor.js": "^1.5.9",
"codacy-coverage": "^3.4.0",
"coveralls": "^3.0.3",
"cucumber": "^5.1.0",
"eslint": "^5.16.0",
"express": "^4.16.4",
"gulp": "^4.0.0",
"gulp-puml": "^0.1.24",
"gulp-svg2png": "^2.0.2",
"jest": "^24.3.0",
"n3": "^1.0.5",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"scripts": {
"test": "cucumber-js && jest",
"coverage": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"build": "webpack && npm start",
"test-coverage": "jest --coverage && cat ./coverage/lcov.info | codacy-coverage && rm -rf ./coverage",
"docs": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arquisoft/dechat_es1b.git"
},
"author": "ES1B",
"license": "MIT",
"bugs": {
"url": "https://github.com/Arquisoft/dechat_es1b/issues"
},
"homepage": "https://github.com/Arquisoft/dechat_es1b#readme",
"directories": {
"test": "test"
}
}