-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.49 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
{
"name": "ele-api",
"version": "0.1.0",
"description": "Node.js API for Ele.io",
"main": "index.js",
"scripts": {
"start": "node .",
"dev": "nodemon .",
"test": "npm run lint && mocha test/ --recursive --reporter dot",
"lint": "jshint index.js lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/divshot/ele-api.git"
},
"keywords": [
"web-components",
"api",
"app"
],
"author": "Michael Bleigh <[email protected]> (http://www.divshot.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/ele-api/issues"
},
"homepage": "https://github.com/divshot/ele-api",
"dependencies": {
"body-parser": "^1.4.3",
"compare-semver": "^0.3.0",
"cookie-session": "^1.0.2",
"cors": "^2.3.1",
"dotenv": "^0.3.0",
"express": "^4.4.4",
"express-boom": "^0.1.0",
"is": "^0.3.0",
"lodash": "^2.4.1",
"mime-types": "^1.0.1",
"mongoose": "3.8.12",
"mongoose-findorcreate": "^0.1.2",
"mongoose-timestamp": "^0.2.1",
"passport": "^0.2.0",
"passport-github": "^0.1.5",
"request": "^2.36.0",
"semver": "^2.3.1",
"shortid": "^2.0.1",
"to-slug": "0.0.0",
"winston": "^0.7.3",
"winston-papertrail": "^0.1.4",
"yay": "^0.1.0"
},
"devDependencies": {
"chai": "^1.9.1",
"jshint": "^2.5.1",
"mocha": "^1.20.1",
"mockgoose": "^1.10.0",
"mocksy": "^0.1.7",
"nodemon": "^1.2.0",
"proxyquire": "^1.0.1",
"supertest": "^0.13.0"
}
}