-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "ewma",
"version": "1.0.0",
"description": "ENGG Week Movie Archive",
"main": "cgi/init.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node scripts/build.js all",
"inst": "node scripts/build.js install",
"genuser": "scripts/genuser.js",
"compute-source-length": "scripts/compute-source-length.js",
"compute-resolution": "scripts/compute-resolution.js",
"db-update": "scripts/db-update.sh",
"postdb-update": "scripts/cleanshell.sh",
"db-update-schema": "scripts/update-schema.sh"
},
"babel": {
"presets": [
"env"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoouofc/ewma.git"
},
"author": "Mitchell Sawatzky",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/zoouofc/ewma/issues"
},
"homepage": "https://github.com/zoouofc/ewma#readme",
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"bcrypt": "^5.0.1",
"command-line-args": "^5.1.1",
"cookie": "^0.4.1",
"ejs": "^3.1.6",
"microtime": "^3.0.0",
"mysql": "^2.18.1",
"node-ffprobe": "^3.0.0",
"node-sass": "^5.0.0",
"read": "^1.0.7",
"select-shell": "^1.1.3",
"strftime": "^0.10.0",
"uuid": "^3.3.2"
}
}