-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
29 lines (29 loc) · 1005 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": "tixy-land",
"version": "1.2.5",
"description": "(t,i,x,y) => 'creative code golfing",
"main": "index.js",
"bin": "index.js",
"scripts": {
"start": "parcel ./src/index.html --open",
"gif": "parcel ./src/gif/index.html --open --port 1235",
"gallery": "parcel ./src/gallery/index.html --open --port 1236",
"favicon": "parcel ./src/favicon/index.html --open --port 1237",
"clean": "rm -Rf dist/",
"build": "parcel build ./src/index.html ./src/favicon/index.html ./src/gif/index.html ./src/gallery/index.html ./src/assets/twitter-card.png",
"firebase": "firebase deploy --only hosting",
"deploy": "npm run clean && npm run build && npm run firebase"
},
"keywords": ["code golf", "creative coding"],
"author": "@aemkei",
"license": "ISC",
"devDependencies": {
"cssnano": "^4.1.10",
"parcel-plugin-inline-source": "^1.0.0",
"stylus": "^0.54.8"
},
"dependencies": {
"gif.js.optimized": "^1.0.1",
"pureimage": "^0.2.5"
}
}