-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.14 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
48
{
"name": "jmf-subscription",
"version": "1.0.4",
"description": "JMF Server in Node that also handles subscriptions and interpreting of JDF/JMF messages.",
"main": "./src/js/interface.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"jmf-spy": "./src/js/interface.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dominickp/JMF-Subscription.git"
},
"author": "Dominick Peluso",
"license": "ISC",
"bugs": {
"url": "https://github.com/dominickp/JMF-Subscription/issues"
},
"homepage": "https://github.com/dominickp/JMF-Subscription#readme",
"dependencies": {
"codecov.io": "^0.1.6",
"fs-extra": "^0.26.3",
"gulp": "^3.9.0",
"jshint": "^2.8.0",
"nedb": "^1.5.0",
"pug": "^2.0.0-alpha7",
"request": "^2.67.0",
"winston": "^2.1.1",
"xml2js": "^0.4.15",
"yargs": "^3.31.0"
},
"devDependencies": {
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.0.0",
"jasmine": "^2.4.1",
"jshint": "^2.9.1-rc2",
"jshint-stylish": "^2.1.0"
},
"keywords": [
"jmf",
"jdf",
"indigo",
"dfe",
"print"
]
}