forked from plausible-yeti/rappo.rt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.23 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
{
"name": "client-recon",
"version": "0.0.1",
"description": "Sales and account management relationship augmentation engine",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node server/server.js",
"test": "mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/urbantumbleweed/client-recon.git"
},
"keywords": [
"postgres",
"Express",
"Angular",
"Node"
],
"author": "plausible-yetis",
"license": "MIT",
"bugs": {
"url": "https://github.com/urbantumbleweed/client-recon/issues"
},
"homepage": "https://github.com/urbantumbleweed/client-recon#readme",
"dependencies": {
"bluebird": "^3.1.1",
"body-parser": "^1.14.2",
"express": "^4.13.3",
"jquery": "^2.2.0",
"jwt-simple": "^0.4.0",
"lodash": "^3.10.1",
"moment": "^2.11.1",
"moment-timezone": "^0.5.0",
"node-bing-api": "^2.3.0",
"path": "^0.12.7",
"pg-promise": "^2.8.5",
"request": "^2.67.0",
"request-promise": "^1.0.2",
"sql-load": "0.0.2",
"sugar": "^1.4.1",
"url": "^0.11.0",
"weather": "^0.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
}
}