forked from ediardo/swift-app-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
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
{
"name": "swift-app-demo",
"version": "1.0.0",
"description": "A demo application that uses the Swift API to store objects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ediardo/swift-app-demo.git"
},
"author": "Eddie Ramirez",
"license": "ISC",
"bugs": {
"url": "https://github.com/ediardo/swift-app-demo/issues"
},
"homepage": "https://github.com/ediardo/swift-app-demo#readme",
"dependencies": {
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"express": "^4.14.0",
"express-fileupload": "0.0.5",
"express-handlebars": "^3.0.0",
"express-validator": "^2.20.8",
"fs": "0.0.2",
"image-size": "^0.5.0",
"jade": "^1.11.0",
"lodash": "^4.15.0",
"mime": "^1.3.4",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"mustache": "^2.2.1",
"mv": "^2.1.1",
"node-sass": "^3.8.0",
"node-sass-middleware": "^0.9.8",
"nodemon": "^1.10.0",
"path": "^0.12.7",
"pkgcloud": "^1.3.0",
"sqlite3": "^3.1.4"
}
}