-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.1 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
73
74
75
76
77
78
79
80
81
82
83
{
"name": "gilded",
"subdomain": "gilded",
"domains": [
"gilded.club",
"www.gilded.club"
],
"version": "1.0.0-14",
"description": "",
"main": "server.js",
"scripts": {
"test": "NODE_ENV=test mocha --bail --timeout 5000 ./tests/server.js",
"predeploy": "npm install -g bower && bower install && gulp build",
"start": "node server.js"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/hesitant-tapdancers/gilded.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hesitant-tapdancers/gilded/issues"
},
"homepage": "https://github.com/hesitant-tapdancers/gilded",
"dependencies": {
"base64-url": "^1.2.1",
"bcrypt-nodejs": "0.0.3",
"bluebird": "~2.9.12",
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"dotenv": "~0.5.1",
"email-validator": "^1.0.1",
"express": "~4.12.0",
"formidable": "~1.0.17",
"googleapis": "^1.1.5",
"gridfs-stream": "~1.1.0",
"jade": "~1.9.2",
"mongoose": "~3.8.23",
"mongoose-private": "~0.1.3",
"node-cache": "^1.1.0",
"randomstring": "^1.0.3",
"react-tap-event-plugin": "^0.1.4",
"sendgrid": "~1.6.0",
"stripe": "~3.3.0",
"superagent": "^0.21.0",
"xml2js": "^0.4.5"
},
"devDependencies": {
"browserify": "^9.0.3",
"chai": "~2.1.0",
"cookie": "^0.1.2",
"del": "^1.1.1",
"dollar-string": "0.0.1",
"es6-promise": "^2.0.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^0.5.0",
"gulp-ga": "0.0.3",
"gulp-less": "^3.0.1",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^1.0.5",
"gulp-react": "^2.0.0",
"gulp-watch": "^4.1.1",
"keymirror": "^0.1.1",
"lodash": "^3.3.1",
"material-ui": "^0.7.0",
"mocha": "~2.1.0",
"moment": "^2.9.0",
"payment": "0.0.5",
"react": "^0.12.2",
"react-router": "^0.12.4",
"react-tools": "^0.12.2",
"reactify": "^1.0.0",
"request": "~2.53.0",
"vinyl-source-stream": "^1.0.0",
"gulp-jade": "~1.0.0"
}
}