-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 903 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": "practical-html-test",
"version": "1.0.0",
"description": "Your junior staff member has sent through this single page campaign site for review.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "gulp sass"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marblegravy/practical-html-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marblegravy/practical-html-test/issues"
},
"homepage": "https://github.com/marblegravy/practical-html-test#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-sass": "^5.1.0",
"node-sass": "^8.0.0",
"sass": "^1.56.1"
},
"dependencies": {
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"jquery": "^3.6.1",
"moment": "^2.29.4",
"uuid": "^9.0.0"
}
}