This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
92 lines (92 loc) · 2.44 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "svc-agent",
"version": "0.1.0",
"private": true,
"author": "System Insights",
"homepage": "https://github.com/mtconnect/mtconnect-agent",
"description": "Node.js MTConnect Agent implementation",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/mtconnect/mtconnect-agent.git"
},
"engines": {
"node": ">=6.9.4"
},
"scripts": {
"test-d": "$(npm bin)/mocha debug",
"test": "$(npm bin)/mocha",
"dev": "$(npm bin)/node-dev ./server.js",
"simulator": "$(npm bin)/nf start simulator",
"simulator2": "$(npm bin)/nf start simulator2",
"start": "DEBUG=node-ssdp* node $NODE_DEBUG_OPTION server.js",
"tc:test": "./node_modules/istanbul/lib/cli.js cover _mocha",
"tc:version": "node version"
},
"dependencies": {
"CBuffer": "^2.0.0",
"big-integer": "^1.6.25",
"body-parser": "^1.15.2",
"byline": "^5.0.0",
"co": "^4.6.0",
"co-fs": "^1.2.0",
"co-request": "^1.0.0",
"co-wait": "0.0.0",
"converter": "0.0.5",
"debug": "^3.1.0",
"event-stream": "^3.3.4",
"expect.js": "^0.3.1",
"foreman": "^2.0.0",
"hashmap": "^2.0.6",
"ip": "1.1.3",
"koa": "^1.2.4",
"koa-bodyparser": "^2.3.0",
"koa-ejs": "^4.1.0",
"koa-router": "^5.0.0",
"koa-static": "^2.0.0",
"koa-write": "0.0.2",
"koa-xml": "^1.0.2",
"koa-xml-body": "^1.1.0",
"lokijs": "^1.3.16",
"md5": "^2.2.1",
"moment": "^2.14.1",
"node-inspect": "^1.11.2",
"node-ssdp": "^2.9.0",
"node-static": "0.7.7",
"path": "^0.12.7",
"ramda": "0.18.0",
"rewire": "^2.5.2",
"sha1": "^1.1.1",
"split": "^1.0.0",
"through": "^2.3.8",
"tmp": "0.0.29",
"uuid": "^3.1.0",
"xml-parser": "^1.2.1",
"xml2js": "0.4.16",
"xmldom": "^0.1.22",
"xpath": "0.0.23"
},
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"bunyan": "1.5.1",
"chai": "^3.5.0",
"co-mocha": "^1.2.0",
"commonmark": "^0.25.1",
"eslint": "^2.11.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"istanbul": "^0.4.3",
"jshint-stylish": "^2.2.0",
"line-reader": "^0.4.0",
"line-by-line": "^0.1.5",
"litpro": "^0.12.1",
"mocha": "2.5.3",
"node-dev": "^3.1.3",
"sinon": "^1.17.4",
"supertest": "^1.2.0",
"fs-ext": "^0.6.0"
}
}