-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 Bytes
/
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
{
"name": "librarysystem",
"version": "1.0.0",
"description": "Library system for keeping books in database",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"library",
"books",
"book",
"storage"
],
"author": "Artur Marciniak, Mateusz Tomczyk",
"license": "ISC",
"dependencies": {
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"mongodb": "^3.1.10",
"mongoose": "^5.3.6",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"validator": "^10.8.0"
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
"nodemon": "^1.18.4"
},
"repository": "https://github.com/RastaManWJ/LibrarySystem.git"
}