-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
{
"name": "franvarney-api",
"version": "1.8.0",
"description": "The API for my personal site, franvarney.com",
"main": "index.js",
"scripts": {
"lint": "standard",
"pretest": "npm run lint",
"start": "node index",
"test": "LOG_LEVEL=none lab -cvv"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franvarney/franvarney-api.git"
},
"keywords": [
"franvarney",
"api"
],
"author": "Fran Varney <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/franvarney/franvarney-api/issues"
},
"homepage": "https://github.com/franvarney/franvarney-api#readme",
"engines": {
"node": "6.x"
},
"dependencies": {
"boom": "4.1.0",
"cron": "1.1.0",
"flickrapi": "0.6.0",
"franston": "0.2.0",
"h2o2": "5.2.0",
"hapi": "15.1.1",
"hapi-auth-bearer-token": "4.3.0",
"joi": "9.1.0",
"knock-knock": "0.1.0",
"mongoose": "4.6.2",
"mongoose-shortid-nodeps": "0.6.4",
"mongoose-timestamp": "0.4.0",
"request": "2.67.0",
"run-series": "1.1.4",
"slug": "0.9.1",
"wreck": "10.0.0"
},
"devDependencies": {
"code": "2.0.1",
"lab": "10.8.2",
"sinon": "1.17.2",
"standard": "7.1.2"
}
}