forked from michaloo/hull-hubspot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.56 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.56 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "hull-hubspot",
"description": "Send Notification of User events and segments to Hubspot",
"version": "0.2.5",
"homepage": "https://github.com/hull-ships/hull-hubspot",
"license": "MIT",
"main": "bin/start",
"author": {
"name": "Hull",
"email": "contact@hull.io",
"url": "https://github.com/hull"
},
"engines": {
"node": "6.x",
"npm": "3.x"
},
"repository": {
"type": "git",
"url": "git://github.com/hull-ships/hull-hubspot"
},
"bugs": {
"url": "https://github.com/hull-ships/hull-hubspot/issues"
},
"scripts": {
"ngrok": "ngrok http 8082 --region eu --subdomain hubspot",
"build": "npm run clean && npm run build:server",
"build:server": "babel server -d build",
"start": "COMBINED=true node build/web",
"start:dev": "COMBINED=true babel-watch -L server/web",
"test": "npm run test:lint",
"test:lint": "eslint server",
"test:modules": "npm outdated --depth=0",
"clean": "./node_modules/.bin/rimraf dist; ./node_modules/.bin/rimraf build",
"update": "./node_modules/.bin/updtr",
"postinstall": "npm run build"
},
"keywords": [
"hull",
"ship",
"hull-ship",
"webhooks",
"integration",
"user",
"sync",
"hubspot"
],
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-watch": "^2.0.2",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"updtr": "^0.2.1"
},
"dependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"JSONStream": "^1.1.4",
"babel-core": "^6.13.2",
"basic-auth": "^1.0.4",
"batch-stream": "^0.1.3",
"bluebird": "^3.4.3",
"body-parser": "^1.15.2",
"cache-manager": "^2.1.2",
"connect": "^3.4.1",
"connect-timeout": "^1.7.0",
"cors": "^2.8.1",
"csv-stream": "^0.1.3",
"datadog-metrics": "^0.3.0",
"dogapi": "^2.6.0",
"ejs": "^2.5.1",
"express": "^4.14.0",
"hull": "0.10.6",
"kue": "^0.11.1",
"kue-ui": "^0.1.0",
"librato-node": "^4.1.0",
"lodash": "^4.14.2",
"moment": "^2.14.1",
"newrelic": "^1.29.0",
"passport-hubspot": "unity/passport-hubspot",
"promise-retry": "^1.1.1",
"promise-streams": "^1.0.1",
"raven": "^0.12.1",
"raw-body": "^2.1.7",
"request": "^2.74.0",
"rimraf": "^2.5.4",
"slug": "^0.9.1",
"sns-validator": "^0.2.1",
"superagent": "^2.2.0",
"superagent-prefix": "0.0.2",
"superagent-promise-plugin": "^3.2.0",
"supply": "0.0.4",
"urijs": "^1.18.1"
}
}