-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 828 Bytes
/
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
{
"name": "turn-admin-client",
"version": "0.1.5",
"description": "A tool to access live TURN administrative information",
"keywords": [
"turn"
],
"repository": {
"type": "git",
"url": "https://github.com/danjenkins/node-turn-admin-client.git"
},
"bugs": {
"url": "https://github.com/danjenkins/node-turn-admin-client/issues",
"email": "me@dan-jenkins.co.uk"
},
"main": "index.js",
"scripts": {
"test": "mocha spec/**/*.spec.js",
"jshint": "jshint ."
},
"precommit": [
"jshint",
"test"
],
"license": "MIT",
"dependencies": {
"carrier": "^0.1.14"
},
"devDependencies": {
"chai": "^1.9.1",
"jshint": "^2.5.6",
"mocha": "^1.20.1",
"precommit-hook": "^1.0.7"
},
"engines": {
"node": ">=0.10.0 <0.12"
},
"engineStrict": "true"
}