-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.17 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
{
"name": "MTViewCenter2",
"version": "2.1.5",
"description": "Web Based 3D visualisation of underground mining map and logical infrastructure interface",
"keywords": [
"vc2",
"MineView",
"MineOpt",
"MTViewCenter",
"MineTronics",
"mt-silesia"
],
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/MineTronics/MTViewCenter2"
},
"contributors": [
"Jakub Kochman <jkochman@mt-silesia.com>",
"Artur Zochniak <azochniak@mt-silesia.com>",
"Jørn Dräger <jdraeger@minetronics.com>"
],
"license": "GNU AGPL Version 3",
"homepage": "http://www.mt-silesia.com, http://www.minetronics.com",
"dependencies": {
"async": "0.9.0",
"body-parser": "1.10.0",
"cookie-parser": "1.3.3",
"express": "4.10.6",
"express-session": "1.9.3",
"glob": "5.0.6",
"http-proxy": "1.11.1",
"jade": "1.8.2",
"moment": "2.10.2",
"passport": "0.2.1",
"passport-local": "1.0.0",
"serve-favicon": "2.3.0",
"soap": "0.6.1"
},
"devDependencies": {
"connect-livereload": "0.5.2",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-cssmin": "0.13.0",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-livereload": "0.1.1",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-symlink": "0.3.0",
"grunt-jsdoc": "^2.0.0",
"grunt-jslint": "1.1.14",
"grunt-open": "0.2.3",
"grunt-regarde": "0.1.1",
"grunt-template-jasmine-requirejs": "^0.2.3",
"ink-docstrap": "^1.1.4",
"jasmine-ajax": "3.2.0",
"jsdoc": "^3.3.3",
"matchdep": "0.1.1"
},
"scripts": {
"install_default_deps": "scripts/install_dep.sh vc2_core/default_config.js",
"install_deps": "scripts/install_dep.sh vc2_core/config.js",
"old_install": "sudo npm install -g mocha requirejs",
"mt_undo_preinstall": "sudo npm r -g mocha requirejs; npm cache clean"
}
}