-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.69 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.69 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
{
"name": "pushdeploy-api",
"version": "0.0.0",
"description": "Various Tech Integration",
"main": "server.js",
"repository": "git@github.com:LogicalAddress/pushdeploy-api.git",
"author": "Logical Address Ltd. <hello@logicaladdress.com>",
"scripts": {
"start": "node ./server.js"
},
"engines": {
"node": ">=8.11.4",
"npm": ">=5.6.0"
},
"dependencies": {
"async": "~0.2.8",
"aws-sdk": "^2.168.0",
"bluebird": "^3.5.0",
"body-parser": "^1.16.1",
"compression": "^1.6.2",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"glob": "^7.1.1",
"grunt-cli": "^1.3.2",
"hat": "0.0.3",
"jwt-simple": "^0.5.1",
"keypair": "^1.0.1",
"laeh2": "^0.3.3",
"method-override": "^2.3.7",
"mongoose": "^4.9.2",
"morgan": "^1.8.1",
"multer": "^1.3.1",
"mysql": "^2.13.0",
"namecheap-api": "^1.0.5",
"node-forge": "^0.7.5",
"parse-github-repo-url": "^1.4.1",
"pg": "^6.1.2",
"project-name-generator": "^2.1.4",
"recaptcha-verify": "^0.1.1",
"redis": "^2.6.5",
"rsa-json": "^0.2.1",
"sequelize": "^3.30.2",
"sequelize-cli": "^2.5.1",
"sha256": "^0.2.0",
"socket.io": "^2.3.0",
"socket.io-redis": "^5.2.0",
"ssh2": "^0.6.1",
"sshclient": "0.0.4",
"stripe": "^8.49.0",
"underscore": "^1.8.3",
"ursa": "^0.9.4",
"xml2json": "^0.11.2",
"moment": "*"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-develop": "~0.4.0",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "~3.1.0",
"request": "~2.55.0",
"time-grunt": "~1.1.0"
}
}