This repository was archived by the owner on Oct 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
46
47
48
49
50
51
{
"name": "codecorgi",
"version": "0.12.0",
"description": "CodeCorgi is a place to showcase your developer profile",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --reporter spec",
"start": "nodemon -e '.js' index.js",
"migrate": "node migrations/index up"
},
"repository": {
"type": "git",
"url": "git@github.com:corgicode/api.git"
},
"author": "",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/corgicode/api/issues"
},
"homepage": "https://github.com/corgicode/api",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.16.0",
"chai": "^3.5.0",
"connect-logger": "0.0.1",
"connect-mongo": "^1.3.2",
"connect-redis": "^3.2.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"express": "^4.14.1",
"express-interceptor": "^1.2.0",
"express-session": "^1.15.0",
"lodash": "^4.17.5",
"mailchimp-api-v3": "^1.8.0",
"marked": "^0.3.9",
"mocha": "^3.2.0",
"mocha-eslint": "^3.0.1",
"moment": "^2.18.1",
"mongoose": "^4.8.1",
"nodemon": "^1.13.3",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"redis": "^2.7.1",
"url": "^0.11.0"
}
}