forked from neckjs/neck-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.2 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.2 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
{
"name": "neck-client",
"description": "Neck client",
"version": "0.0.1",
"author": "José Moreira <jose.moreira@findhit.com>",
"contributors": [
{
"name": "José Moreira",
"email": "jose.moreira@findhit.com"
},
{
"name": "Bruno Casanova",
"email": "bruno.casanova@findhit.com"
},
{
"name": "Gabriel Conceição",
"email": "gabriel.conceicao@findhit.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/neckjs/neck-client.git"
},
"bugs": {
"url": "https://github.com/neckjs/neck-client/issues"
},
"dependencies": {
"findhit-class": "^0.0.1",
"findhit-hotplug": "0.0.1",
"findhit-promise": "^0.0.1",
"findhit-util": "^0.0.1",
"socket.io-client": "^1.1.0"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.3",
"sinon": "^1.10.3"
},
"keywords": [
"server",
"service",
"neck",
"findhit"
],
"main": "index",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --globals setImmediate,clearImmediate --check-leaks --colors -t 10000 --reporter spec $(find tests/* -name '*.test.js')"
},
"engines": {
"node": ">=0.8"
},
"license": "GPL v3"
}