-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "instasync",
"version": "1.0.0",
"private": true,
"description": "resources that power instasync.com",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Mewte/InstaSync.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Mewte/InstaSync/issues"
},
"dependencies": {
"bcrypt": "^1.0.3",
"bluebird": "~2.6.0",
"body-parser": "~1.0.0",
"cloudflare-express": "1.0.1",
"cookie": "~0.2.3",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "~2.5.5",
"ejs-locals": "~1.0.2",
"emailjs": "~0.3.12",
"express": "~4.2.0",
"knex": "~0.6.22",
"less-middleware": "~1.0.4",
"moment": "~2.11.2",
"morgan": "~1.0.0",
"mysql": "~2.5.3",
"n-vimeo": "^0.3.0",
"redis": "~2.5.0-1",
"request": "~2.40.0",
"sanitize-html": "~1.6.1",
"socket.io": "1.3.5",
"socket.io-client": "1.3.5",
"socket.io-redis": "~1.0.0",
"static-favicon": "~1.0.0",
"validator": "~3.22.1",
"youtube-node": "~1.2.0"
}
}