-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1 KB
/
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
38
39
40
41
42
{
"name": "maniwani",
"version": "0.0.1",
"description": "Imageboard software for the 21st century - frontend",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DangerOnTheRanger/maniwani.git"
},
"keywords": [
"imageboard"
],
"author": "Kermit Alexander II",
"license": "MIT",
"bugs": {
"url": "https://github.com/DangerOnTheRanger/maniwani/issues"
},
"homepage": "https://github.com/DangerOnTheRanger/maniwani#readme",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.0.2",
"node-sass": "^4.13.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"bootstrap": "^4.4.1",
"imagesloaded": "^4.1.4",
"jquery": "^3.5.0",
"masonry-layout": "^4.2.2",
"popper.js": "^1.16.0"
}
}