forked from FabMo/FabMo-Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.21 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.21 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
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
{
"name": "FabMo-Engine",
"description": "The Engine for running the FabMo platform",
"author": "ShopBotTools",
"repository": "https://github.com/ShopBotTools/FabMo-Engine.git",
"license": "MIT",
"main": "dashboard/static/test.js",
"config": {
"unsafe-perm": true
},
"dependencies": {
"adm-zip": "^0.4.14",
"async": "1.4.x",
"backbone": "1.3.3",
"bonjour": "jlucidar/bonjour",
"client-sessions": "0.7.0",
"cnctosvg": "1.0.x",
"colors": "1.1.x",
"css-loader": "0.23.1",
"delaunay-triangulate": "1.1.6",
"es6-promise": "3.2.1",
"escape-regexp-component": "1.0.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"fs-extra": "0.23.1",
"glob": "5.0.15",
"jquery": "2.2.4",
"jsesc": "1.0.0",
"mime": "1.2.11",
"minimist": "1.1.1",
"ncp": "2.0.0",
"node-uuid": "1.4.1",
"pako": "1.0.4",
"passport-local": "jlucidar/passport-restify-local",
"passport-restify": "1.0.1",
"path-is-inside": "1.0.1",
"process": "0.11.8",
"q": "^1.0.1",
"request": "2.74.0",
"restify": "^5.2.0",
"serialport": "^7.1.5",
"socket.io": "1.3.7",
"style-loader": "0.13.1",
"text-loader": "0.0.1",
"tingodb": "^0.6.1",
"tmp": "0.0.31",
"underscore": "1.8.3",
"url-loader": "0.5.7",
"webpack": "1.13.2",
"wireless-tools": "jlucidar/nodejs-network-tools",
"xml2js": "0.4.17"
},
"optionalDependencies": {
"udev": "0.2.0",
"fsevents": "0.3.8"
},
"devDependencies": {
"chokidar": "1.0.3",
"clean-webpack-plugin": "^0.1.17",
"grunt": "0.4.5",
"grunt-apidoc": "0.10.0",
"grunt-available-tasks": "^0.6.3",
"grunt-gh-pages": "0.10.0",
"grunt-groc": "0.6.0",
"grunt-open": "^0.2.4"
},
"engine": "node 0.10.44",
"apidoc": {
"name": "FabMo Engine",
"version": "0.0.0",
"description": "FabMo-Engine",
"title": "FabMo-Engine API Documentation"
},
"scripts": {
"start": "node server.js",
"debug": "node server.js --debug ",
"webpack": "node_modules/.bin/webpack",
"postinstall": "node_modules/.bin/webpack -p",
"prod": "node_modules/.bin/webpack -p",
"dev": "node_modules/.bin/webpack && node server.js --debug "
}
}