forked from bmayton/node-emberplus
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·47 lines (47 loc) · 1.17 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "node-emberplus",
"version": "2.5.11",
"description": "Javascript implementation of the Ember+ automation protocol",
"main": "index.js",
"scripts": {
"test": "jest test --coverage",
"eslint": "eslint ./",
"start": "node server.js"
},
"author": "Gilles Dufour <[email protected]> (www.gdnet.be)",
"contributors": [
"Gilles Dufour <[email protected]> (www.gdnet.be)",
"Brian Mayton <[email protected]> (http://bdm.cc)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dufourgilles/node-emberplus.git"
},
"license": "MIT",
"dependencies": {
"asn1": "github:evs-broadcast/node-asn1",
"enum": "^2.4.0",
"long": "^3.2.0",
"smart-buffer": "^3.0.3",
"winston": "^2.1.1",
"winston-color": "^1.0.0",
"yargs": "^15.1.0"
},
"devDependencies": {
"eslint": "^5.5.0",
"jest": "^23.5.0",
"jest-cli": "^24.9.0",
"sinon": "^7.4.1"
},
"bugs": {
"url": "https://github.com/dufourgilles/node-emberplus/issues"
},
"homepage": "https://github.com/dufourgilles/node-emberplus#readme",
"directories": {
"test": "test"
},
"keywords": [
"emberplus",
"lawo"
]
}