-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 844 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
{
"name": "839.team-website",
"version": "1.0.0",
"description": "Team 839 Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel index.html ./articles/*.html",
"prod": "parcel build index.html ./articles/*.html",
"start": "parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nomnomburger/839.team-website.git"
},
"keywords": [
"Team",
"839"
],
"author": "Winston Zhao",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nomnomburger/839.team-website/issues"
},
"homepage": "https://github.com/Nomnomburger/839.team-website#readme",
"dependencies": {
"imagesloaded": "^4.1.4",
"locomotive-scroll": "^4.1.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.5"
}
}