-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1001 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": "bordy",
"version": "1.0.0",
"description": "Bordy: A creative and user-friendly tool for designing one-bit, 9x9 grid-based border patterns using CSS's border-image property. Perfect for adding a unique, retro pixel-art style to web elements.",
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"main": "index.js",
"targets": {
"main": false
},
"dependencies": {
"copy-to-clipboard": "^3.3.1"
},
"devDependencies": {
"parcel": "^2.0.0",
"typescript": "^3.8.2"
},
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --dist-dir docs --public-url /bordy/",
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuagornall/bordy.git"
},
"author": "Joshua Gornall",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshuagornall/bordy/issues"
},
"homepage": "https://github.com/joshuagornall/bordy#readme"
}