This repository was archived by the owner on Dec 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.55 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.55 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
{
"name": "AtajoBaseProvider",
"version": "1.0.1",
"description": "Back end provider that exposes your data on the Atajo Mobility Core platform",
"main": "provider/start.js",
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.7.2",
"cli-clear": "1.0.2",
"cli-color": "^0.3.2",
"express": "^4.11.0",
"fs-extra": "^0.30.0",
"i": "^0.3.5",
"jQuery": "^1.7.4",
"logrotate-stream": "^0.2.5",
"lz-string": "^1.3.6",
"moment": "^2.9.0",
"mongoose": "^4.4.10",
"ncp": "^1.0.1",
"node-mailer": "^0.1.1",
"node-minify": "^2.4.1",
"node-sass": "^3.8.0",
"node-schedule": "^1.2.0",
"nodemailer": "^0.7.1",
"nodemailer-ses-transport": "^1.5.0",
"nodemailer-smtp-transport": "^0.1.13",
"pdfkit": "^0.7.0",
"progress": "^1.1.8",
"prompt": "^0.2.14",
"q": "^1.4.1",
"qrcode-npm": "^0.0.3",
"request": "^2.53.0",
"socket.io-client": "1.3.7",
"watch": "^0.13.0",
"xml2js": "^0.4.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Atajo/Atajo-Developer"
},
"author": "Britehouse Mobility",
"license": "Copyright 2015 Britehouse (Pty) Ltd",
"bugs": {
"url": "https://github.com/Atajo/Atajo-Developer/issues"
},
"homepage": "https://github.com/Atajo/Atajo-Developer"
}