-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
38 lines (38 loc) · 921 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
35
36
37
38
{
"name": "getRANTr",
"version": "2.1.0",
"description": "JavaScript Debugging Playground",
"main": "public/index.html",
"scripts": {
"nuke": "rimraf node_modules & npm install",
"postinstall": "node import todd",
"start": "gulp start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toddhgardner/soliloquy2.git"
},
"author": "Todd H Gardner <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/toddhgardner/getRANTr/issues"
},
"homepage": "https://github.com/toddhgardner/getRANTr#readme",
"engines": {
"node": "18.18.2"
},
"dependencies": {
"body-parser": "1.20.2",
"express": "4.18.2",
"nedb": "1.8.0",
"node": "18.18.2"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-nodemon": "2.5.0",
"gulp-sass": "5.1.0",
"gulp-util": "3.0.8",
"rimraf": "5.0.5",
"sass": "^1.69.5"
}
}