forked from FabModules/fabmodules-html5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 905 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
{
"name": "fabmodules-html5",
"version": "1.0.0",
"description": "Fab Modules is a browser-based CAM system, which allows to generate toolpaths for and control lasercutters, CNC-mills and waterjets commonly found in [fablabs](https://www.fablabs.io/).",
"main": "main.js",
"dependencies": {
"node-static": "0.7.7",
"simple-server": "^1.0.1",
"ws": "^1.0.1",
"mime": "1.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "PATH=./mod_server/:$PATH node ./mod_server/mod_server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FabModules/fabmodules-html5.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/FabModules/fabmodules-html5/issues"
},
"homepage": "https://github.com/FabModules/fabmodules-html5#readme"
}