forked from gut-js/gut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.83 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
{
"name": "gut",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gut-js/gut.git"
},
"author": "Carl Bernardo[[email protected]], Daisy Tsao[[email protected]], Justin Tan[[email protected]], Shin Adachi[[email protected]]",
"license": "ISC",
"bugs": {
"url": "https://github.com/gut-js/gut/issues"
},
"homepage": "https://github.com/gut-js/gut#readme",
"dependencies": {
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"css-loader": "^0.18.0",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"google-map-react": "^0.10.3",
"googleapis": "^2.1.7",
"gravatar": "^1.4.0",
"history": "^1.17.0",
"jsonwebtoken": "^5.5.4",
"lodash": "^4.0.1",
"magellan-coords": "^1.1.0",
"moment": "^2.11.2",
"mongoose": "^4.4.1",
"mongoose-unique-validator": "^0.6.2",
"multer": "^1.1.0",
"nonce": "^1.0.3",
"oauth-signature": "^1.3.1",
"q": "^1.4.1",
"querystring": "^0.2.0",
"react-bootstrap": "^0.28.2",
"react-gravatar": "^2.3.0",
"react-redux": "^4.0.6",
"react-router": "^2.0.0-rc5",
"react-router-redux": "^2.1.0",
"redux": "^3.0.5",
"redux-devtools": "^3.0.2",
"redux-thunk": "^1.0.3",
"request": "^2.69.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-react": "^6.3.13",
"node-sass": "^3.4.2",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"redux-devtools": "^3.0.2",
"sass-loader": "^3.1.2",
"webpack": "^1.12.11"
}
}