-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 991 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
38
39
40
41
{
"name": "spainter",
"version": "1.3.1",
"description": "Web browser painter, like mspaint. ",
"main": "index.js",
"files": [
"index.js",
"index.css",
"README.md",
"LICENSE.txt",
"fontello-codes.scss",
"font",
"index.d.ts",
"index.sass",
"no-fonts.sass"
],
"scripts": {
"build": "bash generate-fontello.sh generate && node-sass index.sass index.css",
"dev": "wrangler dev terraform/cloudflare-worker.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deathangel908/spainter.git"
},
"keywords": [
"painter"
],
"author": "Andrew Koidan <deathangel908@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Deathangel908/spainter/issues"
},
"homepage": "https://github.com/Deathangel908/spainter#readme",
"typings": "./index.d.ts",
"devDependencies": {
"create-cloudflare": "^2.0.8",
"node-sass": "9",
"sass": "^1.49.9",
"wrangler": "^3.0.1"
}
}