-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
{
"name": "acos-server",
"version": "0.2.2",
"nodemonConfig": {
"ignoreRoot": [".git"],
"ext": "xml, json, js, html, css",
"ignore": ["test/*", "docs/*"],
"delay": "1000"
},
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"acos-annotated": "^0.2.0",
"acos-annotated-demo": "~0.1.1",
"acos-aplus": "^0.3.1",
"acos-clickdragfillin-util": "^0.3.4",
"acos-combo": "^0.2.0",
"acos-combo-python": "^0.1.1",
"acos-draganddrop": "^0.3.8",
"acos-draganddrop-example": "^0.3.3",
"acos-html": "^0.2.0",
"acos-jsparsons": "^0.2.0",
"acos-jsparsons-generator": "^0.1.3",
"acos-jsparsons-python": "^0.1.4",
"acos-jsparsons-python-custom": "^0.1.3",
"acos-jsvee": "^0.2.1",
"acos-jsvee-csharp": "^0.1.5",
"acos-jsvee-java": "^0.1.1",
"acos-jsvee-python": "^0.2.2",
"acos-jsvee-python-json": "^0.1.1",
"acos-jsvee-scala-o1": "^0.1.0",
"acos-jsvee-transpiler-python": "^0.3.7",
"acos-kelmu": "^0.1.1",
"acos-kelmu-editor": "^0.1.0",
"acos-logging-keygenerator": "~0.1.4",
"acos-lti": "^0.2.0",
"acos-pitt": "^0.2.0",
"acos-pointandclick": "^0.3.3",
"acos-pointandclick-example": "^0.3.3",
"acos-python-parser": "^0.1.1",
"archiver": "^3.0.0",
"body-parser": "^1.18.3",
"colors": "~1.3.2",
"compression": "^1.7.3",
"cookie-parser": "^1.4.3",
"debug": "^4.0.1",
"express": "^4.16.3",
"htmlencode": "0.0.4",
"lodash": "^4.17.11",
"morgan": "^1.9.1",
"nunjucks": "^3.1.3",
"serve-favicon": "^2.5.0",
"connect-livereload": "^0.6.1",
"livereload": "^0.9.1",
"nodemon": "^2.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/acos-server/acos-server.git"
},
"license": "MIT"
}