forked from deceitfulpanda/jobpanda
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (69 loc) · 1.79 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
62
63
64
65
66
67
68
69
70
{
"name": "jobpanda",
"version": "0.0.0",
"description": "job application management app",
"main": "server.js",
"scripts": {
"postinstall": "gulp production"
},
"repository": {
"type": "git",
"url": "https://github.com/deceitfulpanda/jobpanda.git"
},
"keywords": [
"job",
"application"
],
"author": "Deceitful Panda",
"license": "ISC",
"bugs": {
"url": "https://github.com/deceitfulpanda/jobpanda/issues"
},
"homepage": "https://github.com/deceitfulpanda/jobpanda",
"dependencies": {
"bcrypt-nodejs": "latest",
"bluebird": "^2.9.14",
"body-parser": "^1.12.0",
"bookshelf": "^0.7.9",
"browserify": "^9.0.3",
"chart.js": "^1.0.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"errorhandler": "~1.0.0",
"express": "^4.12.2",
"express-session": "^1.10.4",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-html-replace": "^1.4.4",
"gulp-less": "^3.0.1",
"gulp-react": "^3.0.0",
"gulp-server-livereload": "^1.2.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"knex": "^0.7.5",
"material-design-icons": "^1.0.1",
"material-ui": "^0.7.1",
"method-override": "~1.0.0",
"morgan": "~1.0.0",
"mysql": "^2.5.5",
"nconf": "^0.7.1",
"node": "0.0.0",
"node-mysql": "^0.4.2",
"passport": "~0.1.17",
"passport-linkedin": "^0.1.3",
"passport-local": "~0.1.6",
"react": "^0.12.2",
"react-chartjs": "^0.5.0",
"react-modal": "^0.1.0",
"react-onclickoutside": "^0.2.3",
"react-tap-event-plugin": "^0.1.4",
"reactable": "^0.10.1",
"reactify": "^1.1.0",
"reflux": "^0.2.6",
"request": "^2.54.0",
"underscore": "^1.8.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
}
}