-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 995 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
39
40
{
"name": "RevYou",
"version": "1.0.0",
"private": false,
"engines": {
"node": "10.4.0"
},
"description": "James's python dungeon",
"main": "bin/www",
"scripts": {
"start": "nodemon -e less,js",
"test": "mocha",
"postinstall": "coffee -c . && tsc"
},
"repository": "git+https://github.com/SummerProgram2018/RevYou",
"author": "RATBIT",
"license": "MIT",
"bugs": {
"url": "https://github.com/SummerProgram2018/RevYouissues"
},
"homepage": "https://github.com/SummerProgram2018/RevYou#readme",
"dependencies": {
"@types/node": "^10.5.1",
"bootstrap": "^4.1.1",
"coffeescript": "^2.3.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"fuse.js": "^3.2.1",
"imagesloaded": "^4.1.4",
"ionicons": "^4.2.4",
"jquery": "^3.3.1",
"less-middleware": "^3.0.0",
"morgan": "^1.9.0",
"pug": "^2.0.3",
"request": "^2.87.0",
"reset.css": "^2.0.2",
"sha.js": "^2.4.11",
"sha512": "0.0.1"
}
}