-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.43 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
{
"name": "VOETR",
"private": true,
"version": "0.0.1",
"description": "voetr LLC",
"keywords": [
"PLURALIST",
"DIRECT DEMOCRACY",
"GOVERNANCE",
"REPRESENTATIVE",
"GOVERNMENT PROCEDURE"
],
"dependencies": {
"bcryptjs": "~2.1.0",
"ejs": "~2.5.5",
"govtrack-node": "^0.2.0",
"grunt": "0.4.2",
"grunt-html2js": "^0.5.1",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"handlebars": "^4.0.11",
"include-all": "~0.1.3",
"lob": "^3.9.0",
"lodash": "~3.0.0",
"mailgun-js": "^0.20.0",
"passport": "0.2.1",
"passport-facebook": "^1.0.3",
"passport-github": "0.1.5",
"passport-google": "0.3.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"prerender-node": "^2.7.4",
"q": "^1.5.1",
"rc": "~0.5.0",
"request": "^2.88.0",
"request-promise": "^4.1.1",
"sails": "^1.2.3",
"sails-disk": "~0.10.0",
"sails-hook-grunt": "^4.0.1",
"sails-hook-orm": "^2.1.1",
"sails-hook-sockets": "^2.0.0",
"sails-mongo": "^1.0.1",
"stringstream": "^1.0.0",
"validator": "~3.28.0",
"web3": "github:ethereum/web3.js"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/troverman/voetr.git"
},
"author": "Trevor Overman | NOVO | CRE8",
"license": ""
}