forked from Delorean11/Delorean11
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "congressional-stalker",
"version": "0.0.1",
"description": "Stay informed, see how your elected officials are using thier post",
"main": "server/server.js",
"scripts": {
"start": "nodemon server/server.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Delorian11/Delorean11.git"
},
"author": "Sean Reimer, Delphine Foo-Matkin, Santosh Gautam, Bryan Bierce",
"license": "MIT",
"bugs": {
"url": "https://github.com/Delorian11/Delorean11/issues"
},
"homepage": "https://github.com/Delorian11/Delorean11#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.2",
"bower": "^1.7.2",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-partials": "^0.3.0",
"express-session": "^1.12.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.1",
"grunt-shell": "^1.1.2",
"http": "0.0.0",
"kerberos": "0.0.17",
"mongoose": "^4.3.4",
"morgan": "^1.6.1",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"scraperjs": "^1.2.0"
}
}