-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "coalesce",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/moldyman/coalesce.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/moldyman/coalesce/issues"
},
"homepage": "https://github.com/moldyman/coalesce#readme",
"devDependencies": {
"cities": "^1.1.2",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-connect": "^4.0.0",
"gulp-nodemon": "^2.0.7",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.1",
"meetup-api": "^1.3.11",
"zipcodes": "^2.1.0"
},
"dependencies": {
"babel": "^6.5.2",
"browserify": "^13.0.1",
"gulp-concat": "^2.6.0",
"jquery": "^2.2.4",
"leaflet": "^0.7.7",
"moment": "^2.13.0",
"react": "^15.1.0",
"react-addons-create-fragment": "^15.1.0",
"react-dom": "^15.1.0",
"react-leaflet": "^0.11.5",
"react-paginate": "^2.0.1",
"reactify": "^1.1.1",
"sanitize-html": "^1.11.4",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}