-
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.61 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.61 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
{
"private": false,
"name": "Synchronise",
"version": "0.0.1",
"description": "Synchronise.IO - Server: An integration Backend as a Service",
"bugs": "contact@synchronise.io",
"license": "MIT",
"author": "Thibaut Rey",
"contributors": "Thibaut Rey",
"repository": "https://github.com/synchroniseiorepo/server",
"scripts": {
"start": "node bin/www",
"build": "babel public/js-react --out-dir public/js"
},
"bin": {
"filesearch": "bin/www"
},
"dependencies": {
"aws-sdk": "^2.54.0",
"body-parser": "^1.12.4",
"clearbit": "^1.2.1",
"colors": "^1.1.2",
"compression": "^1.6.0",
"connect-flash": "0.1.1",
"connect-redis": "^3.3.0",
"cookie": "0.2.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"crypto": "0.0.3",
"crypto-js": "^3.1.9-1",
"debug": "2.2.0",
"ejs": "^2.5.6",
"express": "4.12.x",
"express-session": "^1.15.3",
"express-sitemap": "1.6.2",
"iftttmaker": "^1.2.1",
"intercom-client": "2.6.0",
"lazy": "1.0.11",
"lodash": "4.1.0",
"mailgun-js": "^0.7.7",
"mailgun-send": "^1.0.2",
"markit": "^0.2.0",
"mysql": "^2.10.2",
"node-orm2-redis": "^0.6.1",
"orm-timestamps": "^0.5.2",
"passport": "^0.3.2",
"passport-bitbucket-oauth2": "^0.1.2",
"passport-facebook": "^2.0.0",
"passport-github2": "^0.1.9",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth20": "^1.0.0",
"passport-reddit": "^0.2.4",
"passport-twitter": "^1.0.4",
"promise": "7.1.1",
"pug": "^2.0.0-rc.1",
"redis": "^2.7.1",
"session.socket.io": "^0.2.1",
"socket.io": "1.3.7",
"socket.io-express-session": "0.1.3",
"socket.io-redis": "^5.0.1",
"string-similarity": "^1.1.0",
"stripe": "4.3.0",
"stripe-pdf-invoice": "^1.0.7",
"synchronise": "^1.0.3",
"syntax-error": "^1.3.0",
"twilio": "^2.8.0",
"underscore": "1.8.3",
"validator": "^7.0.0",
"xero": "0.0.8"
},
"keywords": [
"synchronise"
],
"devDependencies": {
"accepts": "~1.3.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^4.1.3",
"babel-generator": "^6.4.5",
"babel-loader": "^6.0.1",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.0.15",
"babel-traverse": "^6.4.5",
"babel-types": "^6.4.5",
"babel-watch": "^2.0.6",
"babylon": "^6.4.5",
"eslint-plugin-react": "^3.6.2",
"minimatch": "^2.0.3",
"nodemon": "^1.11.0",
"react-hot-loader": "^1.3.0",
"source-map": "^0.5.0",
"webpack": "^2.5.1"
}
}