-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
52 lines (52 loc) · 1.34 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
49
50
51
52
{
"name": "Scry",
"version": "0.1.0",
"description": "My little scrying object.",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mstraughan86/Scry.git"
},
"author": "Michael Straughan",
"license": "ISC",
"bugs": {
"url": "https://github.com/mstraughan86/Scry/issues"
},
"homepage": "https://github.com/mstraughan86/Scry#readme",
"dependencies": {
"async": "^2.4.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cron": "^1.2.1",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-basic-auth": "^1.1.1",
"express-dustjs": "^1.1.1",
"express-robots": "^0.1.6",
"flickity": "^2.0.9",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"google-auth-library": "^0.11.0",
"googleapis": "^21.3.0",
"javascript-obfuscator": "^0.9.4",
"moment": "^2.18.1",
"mongod": "^2.0.0",
"mongoose": "^4.11.13",
"nightmare": "^2.10.0",
"node-sass-middleware": "^0.11.0",
"node-uuid": ">= 1.4.1",
"normalize.css": "^7.0.0",
"path": "^0.12.7",
"request": "^2.83.0",
"serve-favicon": "^2.4.3",
"serve-static": "^1.12.4",
"shelljs": "^0.7.8",
"sitemap": "^1.13.0",
"slack-node": "^0.1.8",
"video.js": "^6.2.7",
"videojs-playlist": "^4.0.0",
"xml2js": "^0.4.17"
}
}