forked from MountSionCBSSecondary/SchoolWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 672 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 672 Bytes
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
{
"name": "mountsion",
"version": "1.0.0",
"description": "School Website built and maintained by students of Mount Sion CBS",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build:semantic": "npm install semantic-ui --save"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MountSionCBSSecondary/SchoolWebsite.git"
},
"author": "MountSionCBSSecondary",
"license": "MIT",
"bugs": {
"url": "https://github.com/MountSionCBSSecondary/SchoolWebsite/issues"
},
"homepage": "https://github.com/MountSionCBSSecondary/SchoolWebsite#readme",
"dependencies": {
"semantic-ui": "^2.3.1"
}
}