This repository was archived by the owner on Dec 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·59 lines (59 loc) · 1.63 KB
/
package.json
File metadata and controls
executable file
·59 lines (59 loc) · 1.63 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
52
53
54
55
56
57
58
59
{
"name": "cfb-website",
"version": "1.0.0",
"description": "Code for Baltimore Website",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "forever start wrapper.js",
"stop": "forever stop wrapper.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeForBaltimore/CfB-website.git"
},
"author": "Code For Baltimore",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeForBaltimore/CfB-website/issues"
},
"homepage": "https://github.com/CodeForBaltimore/CfB-website#readme",
"devDependencies": {
"babelify": "^7.3.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-html-replace": "^1.6.1",
"gulp-react": "^3.1.0",
"gulp-uglify": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"babel-register": "^6.18.0",
"body-parser": "^1.15.2",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.2",
"es6-promise": "^4.0.5",
"events": "^1.1.1",
"express": "^4.14.0",
"flux": "^3.1.0",
"forever": "^0.15.3",
"forever-monitor": "^1.7.1",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"isomorphic-fetch": "^2.2.1",
"keymirror": "^0.1.1",
"lodash": "^4.17.2",
"meetup-api": "^1.4.6",
"object-assign": "^4.1.0",
"react": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.1",
"request": "^2.79.0",
"serve-favicon": "^2.3.2"
}
}