-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"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",
"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",
"express": "^4.13.4",
"isomorphic-fetch": "^2.2.1",
"node-uuid": "^1.4.7",
"nodemon": "^1.9.2",
"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-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"
}
}