-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "firstapp",
"version": "1.0.0",
"description": "First and for learning the more about Github",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"stylus-watch": "stylus -w public/stylus/styles.styl -o public/css/styles.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HosinQM/firstapp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HosinQM/firstapp/issues"
},
"homepage": "https://github.com/HosinQM/firstapp#readme",
"dependencies": {
"async": "^2.6.2",
"boom": "^7.3.0",
"deep-equal": "^1.0.1",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"follow": "^1.1.0",
"hbs": "^4.0.3",
"holderjs": "^2.9.6",
"joi": "^13.7.0",
"jquery": "^3.3.1",
"mysql": "^2.16.0",
"nano": "^7.1.1",
"node-sass": "^4.11.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sortedlist": "^0.3.1",
"vue": "^2.6.10"
}
}