-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "eyecatcher",
"description": "Eye catching monitor which can be used in events and exhibitions",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start:watch": "nodemon ./bin/www",
"bundle": "webpack",
"bundle:watch": "webpack --watch"
},
"author": "HackaIran Team",
"repository": {
"type": "git",
"url": "git+https://github.com/HackaIran/eyecatcher.git"
},
"dependencies": {
"axios": "^0.18.0",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"mongoose": "^4.12.1",
"morgan": "~1.9.0",
"pretty-error": "^2.1.1",
"pug": "^2.0.1",
"serve-favicon": "~2.4.5"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"nodemon": "^1.17.2",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
},
"bugs": {
"url": "https://github.com/HackaIran/eyecatcher/issues"
},
"homepage": "https://github.com/HackaIran/eyecatcher#readme"
}