forked from NUDelta/scaffolded-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 936 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
{
"name": "scaffolded-exercises",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"body-parser": "^1.19.0",
"esprima": "^4.0.1",
"estraverse": "^4.3.0",
"express": "^4.17.1",
"jquery": "^3.5.0",
"jsdom": "^16.2.2",
"json-stringify-safe": "^5.0.1",
"recast": "^0.18.7",
"stacktrace-js": "^2.0.2"
},
"devDependencies": {
"eslint": "^7.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node sites/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NUDelta/scaffolded-exercises.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NUDelta/scaffolded-exercises/issues"
},
"homepage": "https://github.com/NUDelta/scaffolded-exercises#readme"
}