-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "pads_app",
"scripts": {
"start": "node app.js",
"test": "node ./node_modules/mocha/bin/mocha --recursive test",
"apply": "node ./node_modules/webgme/src/bin/apply.js",
"diff": "node ./node_modules/webgme/src/bin/diff.js",
"export": "node ./node_modules/webgme/src/bin/export.js",
"import": "node ./node_modules/webgme/src/bin/import.js",
"merge": "node ./node_modules/webgme/src/bin/merge.js",
"plugin": "node ./node_modules/webgme/src/bin/run_plugin.js",
"pluginHook": "node ./node_modules/webgme/src/bin/plugin_hook.js",
"users": "node ./node_modules/webgme/src/bin/usermanager.js",
"clean_up": "node ./node_modules/webgme/src/bin/clean_up.js"
},
"version": "1.0.2",
"peerDependencies": {
"webgme": "^2.0.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"rimraf": "^2.4.0",
"chai": "^3.0.0"
},
"dependencies": {
"filendir": "^1.0.0",
"fstream": "^1.0.10",
"stream": "0.0.2",
"tar": "^2.2.1",
"unzip": "^0.1.11"
},
"keywords": [
"webgme",
"PADS_APP",
"webgme-app"
],
"repository": {
"type": "git",
"url": "https://github.com/doc-vu/pads.git"
},
"author": {
"name": "Yogesh",
"url": "https://webgme.org"
},
"description": "playground of algorithms for Distributed Systems(PADS)"
}