-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.29 KB
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
{
"author": "Construit",
"name": "construit",
"productName": "construit",
"description": "Construit, the Making Construals Environment on the web.",
"version": "3.0.0",
"homepage": "jseden.dcs.warwick.ac.uk/construit",
"repository": {
"type": "git",
"url": "git://github.com/EMGroup/js-eden.git"
},
"scripts": {
"test": "jest",
"release": "grunt cssmin; grunt uglify",
"devserver": "node ./bin/devserver.js"
},
"bin": {
"construit": "bin/construit"
},
"main": "main.js",
"devDependencies": {
"connect": "^3.7.0",
"finalhandler": "^1.1.2",
"gateway": "~1.0.0",
"grunt": "^1.3.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-gh-pages": "^4.0.0",
"http": "0.0.0",
"jest": "^26.6.3",
"serve-static": "~1.13.2",
"uglify-js": "3.13.0",
"wd": "^1.14.0"
},
"dependencies": {
"abcjs": "5.6.2",
"express": "^4.17.1",
"showdown": "^1.9.1",
"socket.io": "^4.1.3"
},
"optionalDependencies": {},
"engines": {
"node": ">=12.0"
},
"license": "SEE LICENSE IN LICENSE.txt",
"jest": {
"testPathIgnorePatterns": [
"/servers/",
"/node_modules/"
]
}
}