-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 956 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
35
36
37
{
"name": "bananiumsite",
"version": "1.0.0",
"description": "BananiumLabs Website",
"main": "webpack.config.js",
"dependencies": {
"npm": "^6.14.6",
"particles.js": "^2.0.0"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"ecstatic": "4.1.4",
"http-server": "^0.11.1",
"npm-check": "^5.9.0"
},
"scripts": {
"note": "echo ecstatic 3.3.1 due to http-server ^0.11.1 dependency.",
"test": "echo not implemented",
"start:hot": "echo not implemented",
"start": "eleventy --serve",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BananiumLabs/BananiumSite.git"
},
"keywords": [
"BananiumLabs",
"Bananium"
],
"author": "Ben Cuan, Eric Qian, Vikram Peddinti",
"license": "MIT",
"bugs": {
"url": "https://github.com/BananiumLabs/BananiumSite/issues"
},
"homepage": "https://github.com/BananiumLabs/BananiumSite#readme"
}