-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 901 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": "expressdrive",
"version": "0.5.6",
"description": "A cloud drive plugin for express",
"main": "index.js",
"dependencies": {
"app-root-path": "^1.0.0",
"body-parser": "^1.15.1",
"express-session": "^1.13.0",
"handlebars": "^4.0.5",
"mkdirp": "^0.5.1",
"moment": "^2.13.0",
"multer": "^1.1.0",
"node-sass": "^3.8.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"express": "^4.13.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Wryte/expressdrive.git"
},
"keywords": [
"express"
],
"author": "Craig Dykstra",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wryte/expressdrive/issues"
},
"homepage": "https://github.com/Wryte/expressdrive"
}