This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.9 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "courier-sms",
"private": true,
"version": "1.0.0",
"description": "Send and receive your phone's text messages over xmpp.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sandile Keswa",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.8.1",
"body-parser": "^1.12.2",
"colors": "^1.0.3",
"cookie-parser": "^1.3.4",
"express": "^4.12.3",
"express-jwt": "^2.1.0",
"express-session": "^1.10.3",
"geolib": "^2.0.14",
"gulp": "^3.8.11",
"hashtable": "^0.5.3",
"jsonwebtoken": "^4.2.1",
"material-design-icons": "^1.0.1",
"material-ui": "^0.7.0",
"morgan": "^1.5.2",
"multer": "^0.1.8",
"node-gcm": "^0.9.15",
"node-xmpp-core": "^1.0.0-alpha14",
"node-xmpp-server": "^1.0.0-alpha12",
"passport": "^0.2.1",
"pg": "^4.3.0",
"pg-escape": "0.0.3",
"pg-hstore": "^2.3.1",
"port-friends": "^1.2.1",
"react": "^0.12.2",
"react-router": "^0.12.0",
"react-tap-event-plugin": "^0.1.4",
"request": "^2.45.0",
"sequelize": "^2.0.5",
"serve-favicon": "^2.1.6",
"superagent": "^0.21.0",
"validator": "^3.30.0"
},
"devDependencies": {
"async": "^0.9.0",
"babelify": "^5.0.4",
"body-parser": "^1.9.2",
"browserify": "^9.0.3",
"gulp": "^3.8.11",
"gulp-concat": "^2.4.1",
"gulp-git": "^1.0.0",
"gulp-htmlmin": "^1.0.0",
"gulp-less": "^3.0.0",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.4.2",
"gulp-minify-html": "^1.0.0",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^0.6.6",
"gulp-replace": "^0.4.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"nodemon": "^1.3.7",
"reactify": "^1.0.0",
"rimraf": "^2.2.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.4.0"
}
}