forked from cs-slick/MeetInTheMiddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.92 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
{
"name": "midmeetdle",
"version": "1.0.0",
"description": "find midpoint between multiple people",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/gulp",
"nodemon": "nodemon server/server.js",
"test": "mocha test/.setup.js test/**/*-Test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midMEETdle/MeetInTheMiddle"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/midMEETdle/MeetInTheMiddle"
},
"homepage": "https://github.com/midMEETdle/MeetInTheMiddle",
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"bcryptjs": "^2.3.0",
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"browserify": "^13.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"expect": "^1.20.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.7",
"gulp-util": "^3.0.7",
"jquery": "^2.2.4",
"leaflet": "^0.7.7",
"mocha": "^2.5.3",
"nodemon": "^1.9.2",
"nonce": "^1.0.3",
"oauth-signature": "^1.3.1",
"path": "^0.12.7",
"pg": "^4.5.6",
"pg-native": "^1.10.0",
"querystring": "^0.2.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-leaflet": "^0.11.5",
"react-modal-dialog": "^3.0.1",
"reactify": "^1.1.1",
"rebass": "^0.2.7",
"request": "^2.72.0",
"sequelize": "^3.23.3",
"sinon": "^1.17.4",
"skin-deep": "^0.16.0",
"supertest": "^1.2.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-preset-airbnb": "^1.0.1",
"babel-register": "^6.4.3",
"chai": "^3.5.0",
"chai-enzyme": "^0.4.2",
"cheerio": "^0.20.0",
"enzyme": "^2.3.0",
"jsdom": "^9.2.1",
"mocha": "^2.4.5",
"react": "^15.1.0",
"react-addons-test-utils": "^0.14.7"
}
}