-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 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
43
44
45
{
"name": "felina-server",
"version": "0.0.1",
"description": "Server backend for the wildlife image analysis service",
"main": "src/index.js",
"scripts": {
"test": "grunt mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/felina/server.git"
},
"author": "Giles Lavelle",
"license": "MIT",
"bugs": {
"url": "https://github.com/felina/server/issues"
},
"dependencies": {
"express": "~3.4.4",
"passport-local": "~0.1.6",
"passport": "~0.1.17",
"mysql": "~2.0.0-rc1",
"underscore": "~1.5.2",
"MD5": "~1.2.0",
"aws-sdk": "~2.0.0-rc3",
"bcrypt-nodejs": "~0.0.3",
"email-validator": "~0.1.2",
"passport-facebook": "~1.0.2",
"colors": "~0.6.2",
"nodemailer": "~0.6.1",
"async": "~0.2.10",
"lazystream": "~0.1.0",
"archiver": "~0.8.1",
"gm": "~1.14.2",
"connect-redis": "~1.4.7"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-mocha-test": "~0.9.3",
"grunt-contrib-jshint": "~0.8.0",
"jsdoc": "~3.3.0-alpha5",
"grunt-jsdoc": "~0.5.4",
"should": "~3.3.1"
}
}