-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.34 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "boilerplate-frontend",
"version": "1.0.0",
"description": "Frontend Boilerplate",
"main": "server.js",
"scripts": {
"build": "gulp default",
"start": "nodemon server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavinaLeong/proj-b4-admintemplate.git"
},
"keywords": [
"bootstrap4",
"frontend",
"boilerplate",
"css",
"html",
"javascript",
"fontawesome",
"fa",
"font",
"awesome",
"davina",
"leong",
"gulp",
"npm"
],
"author": "Davina Leong",
"license": "MIT",
"bugs": {
"url": "https://github.com/DavinaLeong/proj-b4-admintemplate/issues"
},
"homepage": "https://github.com/DavinaLeong/proj-b4-admintemplate#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "~5.3.1",
"bootstrap": "~4.1.3",
"datatables.net-bs4": "~1.10.19",
"datatables.net-responsive-bs4": "~2.2.3",
"del": "~3.0.0",
"event-stream": "~3.3.6",
"gulp": "~3.9.1",
"gulp-debug": "~4.0.0",
"gulp-if": "~2.0.2",
"jquery": "~3.3.1",
"moment": "~2.22.2",
"parsleyjs": "~2.8.1",
"prismjs": "~1.15.0",
"un": "0.0.0"
},
"dependencies": {
"express": "~4.16.3",
"faker": "~4.1.0",
"moment-random": "~1.0.4",
"nodemon": "~1.18.4"
}
}