forked from STEMLab/InEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 985 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "indoorgml-editor",
"version": "1.0.0",
"description": "IndoorGML-Editor\r =============",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"jsdoc": "jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/STEMLab/IndoorGML-Editor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/STEMLab/IndoorGML-Editor/issues"
},
"homepage": "https://github.com/STEMLab/IndoorGML-Editor#readme",
"devDependencies": {},
"dependencies": {
"bluebird": "^3.5.4",
"body-parser": "^1.18.2",
"bson": "^2.0.4",
"buffer": "^5.1.0",
"cors": "^2.8.4",
"earcut": "^2.1.3",
"express": "^4.16.3",
"fs": "0.0.1-security",
"jsonix": "^2.4.1",
"node-command-line": "^1.0.2",
"npm": "^6.14.6",
"opn": "^5.3.0",
"vkbeautify": "^0.99.3"
}
}