forked from FullStackWizards/austinPublicArt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.49 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
{
"name": "austinart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --ignore node_modules server/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FullStackWizards/austinPublicArt.git"
},
"author": "FullStackWizards",
"license": "ISC",
"bugs": {
"url": "https://github.com/FullStackWizards/austinPublicArt/issues"
},
"homepage": "https://github.com/FullStackWizards/austinPublicArt#readme",
"engines": {
"node": "6.2.2"
},
"dependencies": {
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"browserify-middleware": "^7.0.0",
"connect-history-api-fallback": "^1.2.0",
"express": "^4.13.4",
"google-map-react": "^0.15.1",
"isomorphic-fetch": "^2.2.1",
"node-uuid": "^1.4.7",
"nodemon": "^1.9.2",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"promised-mongo": "github:makersquare/promised-mongo",
"react": "^15.1.0",
"react-bootstrap": "^0.29.5",
"react-dom": "^15.1.0",
"react-gmaps": "^1.5.0",
"react-modal-dialog": "^3.0.1",
"react-router": "^2.5.2",
"react-search-input": "^0.10.1",
"react-slick": "^0.12.2",
"react-spinjs": "^3.0.0",
"uuid-js": "^0.7.5"
}
}