forked from FIUS/Drinklist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "drinklist",
"version": "1.0.0",
"description": "Web app for order various drinks",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --ignore 'data/*' src/server.js",
"start-debug": "nodemon --inspect --ignore 'data/*' src/server.js",
"setup-data-folder": "node src/setup-data-folder.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spethso/Drinklist.git"
},
"author": "Sandro Speth, Tobias Wältken",
"license": "MIT",
"bugs": {
"url": "https://github.com/spethso/Drinklist/issues"
},
"homepage": "https://github.com/spethso/Drinklist#readme",
"dependencies": {
"angular": "^1.6.6",
"angular-file-saver": "^1.1.3",
"angular-route": "^1.6.6",
"body-parser": "^1.17.2",
"bootstrap": "^4.0.0-alpha.6",
"bootstrap-beta": "^4.0.0-beta",
"compression": "^1.7.1",
"express": "^4.15.3",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"hashmap": "^2.1.0",
"i18n": "^0.8.3",
"jquery": "^3.2.1",
"sqlite3": "^3.1.13",
"uuid": "^3.1.0"
},
"devDependencies": {
"nodemon": "^1.11.0",
"sweetalert2": "^6.6.5"
}
}