This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
63 lines (63 loc) · 1.51 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "festapp-server",
"version": "0.0.0",
"description": "Basic mockup server for festapp",
"main": "server.js",
"scripts": {
"test": "gulp lint && mocha",
"start": "node server.js",
"update-webdriver": "webdriver-manager update"
},
"repository": {
"type": "git",
"url": "git://github.com/futurice/festapp-server.git"
},
"keywords": [
"festival",
"backend"
],
"author": "Juho Vähä-Herttua, Matias Kirvelä",
"contributors": [
"Timo Sand <timo.j.sand@gmail.com>",
"Olli Rissanen",
"Santeri Hiltunen",
"Tomi Simsiö"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/futurice/festapp-server/issues"
},
"homepage": "https://github.com/futurice/festapp-server",
"engines": {
"npm": ">=1.3.7",
"node": ">= 0.10.26"
},
"dependencies": {
"express": ">= 4.0.0",
"instagram-node": ">= 0.2.3",
"mongoose": "^3.8.8",
"express-restify-mongoose": "^0.6.7",
"request": "^2.34.0",
"async": "^0.7.0",
"memory-cache": "0.0.5",
"morgan": "^1.0.0",
"redis": "^0.10.1",
"redis-url": "^0.2.0",
"after": "^0.8.1",
"body-parser": "^1.0.1",
"mongoose-unique-validator": "^0.3.0",
"http-server": "^0.6.1",
"imdb-api": "^1.3.3",
"lodash": "^2.4.1",
"underscore.string": "^2.3.3",
"lastfm": "0.9.x",
"node-flickr": "0.0.1"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-jshint": "^1.5.3",
"gulp-nodemon": "^1.0.2",
"supertest": "^0.10.0",
"mocha": "^1.18.2"
}
}