-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "working-poplar",
"version": "0.2.0",
"description": "Poplar Server is very cute jobnet control system.",
"main": "app.js",
"author": {
"name": "nr_ck",
"url": "http://www.cklab.info"
},
"dependencies": {
"socket.io": "^2.0.4"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/express": "^4.16.0",
"@types/mocha": "^5.0.0",
"@types/node": "^10.1.2",
"@types/socket.io": "^1.4.33",
"@types/socket.io-client": "^1.4.32",
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"remap-istanbul": "^0.11.1",
"typemoq": "^2.1.0",
"typescript": "^2.8.3"
},
"scripts": {
"pretest": "tsc",
"test": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha ./out/test/*.ut.js",
"posttest": "remap-istanbul -i coverage/coverage.json -o html-report -t html",
"start": "node ./out/src/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nrck/PoplarServer.git"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6.9.0"
},
"bugs": {
"url": "https://github.com/nrck/PoplarServer/issues"
}
}