-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 815 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 815 Bytes
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": "macaca-reporter-standalone-sample",
"version": "1.0.0",
"description": "macaca reporter sample",
"keywords": [
"macaca",
"reporter"
],
"repository": {
"type": "git",
"url": "git://github.com/macaca-sample/macaca-reporter-standalone-sample.git"
},
"scripts": {
"dev": "nodemon index.js",
"test": "make test",
"jshint": "make jshint"
},
"dependencies": {
"detect-port": "^1.2.1",
"ipv4": "^1.0.1",
"koa": "^1.4.0",
"macaca-reporter": "^1.0.18",
"macaca-utils": "*",
"socket.io": "^2.0.3"
},
"devDependencies": {
"jshint": "^2.9.5",
"nodemon": "^1.11.0",
"pre-commit": "*"
},
"pre-commit": [
"jshint"
],
"homepage": "https://github.com/macaca-sample/macaca-reporter-standalone-sample",
"license": "MIT"
}