-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 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": "GitHubForum",
"version": "0.0.0",
"description": "connect with github",
"main": "app.js",
"scripts": {
"test": "karma start --browsers PhantomJS"
},
"author": "Karianne Burns",
"license": "ISC",
"devDependencies": {
"browser-sync": "^1.5.7",
"clone-stats": "0.0.1",
"expect.js": "^0.3.1",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-git-deploy": "^0.1.1",
"grunt-mocha-test": "^0.10.0",
"grunt-nodemon": "^0.2.1",
"grunt-shell": "^0.6.4",
"supertest": "^0.10.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.9.30",
"body-parser": "^1.4.3",
"bookshelf": "^0.8.1",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"express": "^4.4.5",
"express-session": "^1.11.3",
"github-oauth": "~0.2.1",
"http": "0.0.0",
"jwt-simple": "^0.2.0",
"knex": "^0.8.6",
"limiter": "^1.0.5",
"mongoose": "^3.8.12",
"morgan": "^1.1.1",
"mysql": "^2.7.0",
"passport": "^0.2.0",
"passport-github": "^0.1.5",
"passport-local": "^1.0.0",
"q": "^1.0.1",
"request": "^2.58.0",
"request-promise": "^0.4.2",
"underscore": "^1.8.3"
}
}