forked from bunniesandbeatings/bunniesandbeatings.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 795 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": "bunniesandbeatings.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.1.4",
"pui-css-all": "^2.0.0"
},
"devDependencies": {
"bootstrap": "^3.3.6",
"dr-frankenstyle": "^0.2.7",
"jquery": "^2.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bunniesandbeatings/bunniesandbeatings.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bunniesandbeatings/bunniesandbeatings.github.io/issues"
},
"homepage": "https://github.com/bunniesandbeatings/bunniesandbeatings.github.io#readme"
}