-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
{
"name": "voting-app",
"version": "1.0.0",
"description": "An app for people to vote with",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"url": "https://github.com/aedryan/voting-app"
},
"author": "Andrew Cox",
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"d3": "^4.8.0",
"express": "^4.15.2",
"express-session": "^1.15.2",
"jquery": "^3.2.1",
"mongodb": "^2.2.26",
"mongoose": "^4.9.5",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-modal": "^1.7.7",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"autoprefixer": "^6.6.1",
"babel-brunch": "^6.1.1",
"babel-preset-latest": "^6",
"babel-preset-react": "~6.22",
"brunch": "^2.10.9",
"clean-css-brunch": "^2.10.0",
"javascript-brunch": "^2.10.0",
"less-brunch": "^2.10.0",
"postcss-brunch": "^2.0",
"sprite-brunch": "^1.0.3",
"uglify-js-brunch": "^2.10.0"
}
}