forked from acf-sack/sack-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 812 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
{
"name": "sack-site",
"version": "1.0.0",
"description": "Official Website of St. Anthony's College Kandy",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server --port 9000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acf-sack/sack-site.git"
},
"author": "Antonian Computer Fraternity - St. Anthony's College, Kandy",
"license": "ISC",
"bugs": {
"url": "https://github.com/acf-sack/sack-site/issues"
},
"homepage": "https://github.com/acf-sack/sack-site#readme",
"dependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-open": "^3.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"http-server": "^0.12.1",
"jquery": "^3.5.1",
"sass": "^1.48.0"
}
}