This repository has been archived by the owner on Mar 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
75 lines (75 loc) · 2.01 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
71
72
73
74
75
{
"name": "popit",
"version": "0.0.29",
"private": true,
"dependencies": {
"async": ">= 0.1.18",
"bcrypt": ">= 0.5.0",
"body-parser": "^1.10.1",
"bson": ">= 0.0.4",
"config": ">= 0.4.11",
"connect-assets": ">= 4.3.0",
"connect-flash": ">= 0.1.0",
"connect-roles": "^3.0.3",
"consolidate": ">= 0.5.0",
"csv": ">= 0.0.13",
"doublemetaphone": "*",
"express": "^3.20.2",
"fs-extra": ">= 0.10.0",
"hogan.js": ">= 2.0.0",
"http-accept": "~0.1.6",
"iconv": ">= 1.2.3",
"image-proxy": "0.0.6",
"language-tags": "~1.0.2",
"markdown-it": "^4.1.0",
"mime": ">= 1.2.7",
"mkdirp": ">= 0.3.1",
"mmmagic": "^0.3.13",
"mongodb": ">= 0.9.9-7",
"mongoose": "=3.8.4",
"multer": "^0.1.6",
"nodemailer": ">= 0.3.10",
"passgen": ">= 1.0.1",
"passport": ">= 0.2.0",
"passport-http": "~0.2.2",
"passport-local": ">= 1.0.0",
"passport-local-mongoose": ">= 0.3.0",
"passport-localapikey-update": "^0.4.2",
"popit-api": "git://github.com/mysociety/popit-api.git#master",
"pow-mongodb-fixtures": ">= 0.6.0",
"regexp-quote": ">= 0.0.0",
"request": ">= 2.45.0",
"requirejs": ">= 1.0.8",
"restler": ">= 2.0.1",
"supervisor": ">= 0.4.1",
"underscore": ">= 1.3.1",
"underscore-template-additions": ">= 0.0.1",
"unorm": "*",
"validator": ">= 0.4.5",
"winston": ">= 0.6.2"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"jshint": "^2.7.0",
"mocha": "^2.2.4",
"mocha-jshint": "^2.1.1",
"supertest": "^0.15.0",
"zombie": "3.1.1"
},
"optionalDependencies": {},
"engines": {
"node": "0.10.x"
},
"author": "mySociety <[email protected]> (https://www.mysociety.org/)",
"description": "People, Organizations and Positions database website",
"homepage": "http://popit.poplus.org/",
"repository": {
"type": "git",
"url": "https://github.com/mysociety/popit.git"
},
"bugs": {
"url": "https://github.com/mysociety/popit/issues"
}
}