-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 835 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 835 Bytes
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
{
"name": "@queerviolet/lfm.talk",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"assets:fetch": "./fetch.sh",
"assets:deploy": "gsutil -m rsync -c assets gs://lfm.ashi.io/assets",
"fetch": "npm run assets:fetch",
"deploy": "npm run build && gsutil -m rsync -c -r dist gs://lfm.ashi.io"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"binary-search": "^1.3.4",
"download-file-with-progressbar": "^1.2.3",
"firebase": "^5.3.0",
"immutable": "^3.8.2",
"less": "^3.7.1",
"marked": "^0.4.0",
"parcel": "^1.9.7",
"postcss-modules": "^1.1.0"
},
"dependencies": {
"binarysearch": "^1.0.0",
"three": "^0.94.0",
"when": "^3.7.8"
}
}