-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 1.03 KB
/
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
{
"name": "tailing-mouse-footprint",
"version": "1.0.0",
"description": "![Boggling mouse pointer](./docs/mousefootprint.gif \"mouse pointer\")",
"main": "background.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm deploy/*.zip || echo any .zip file isn't deleted && rm -r deploy/tmf/* || echo build started && cp -r _locales deploy/tmf/ && cp -r functions deploy/tmf/ && cp -r images deploy/tmf/ && cp background.js deploy/tmf/ && cp contents.js deploy/tmf/ && cp manifest.json deploy/tmf/ && cp popup.html deploy/tmf/ && cp popup.js deploy/tmf/ && cp Kanit-Medium.ttf deploy/tmf/ && echo build is complete"
},
"repository": {
"type": "git",
"url": "git+https:/github.com/jacobkim9881/tailing-mouse-footprint.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jacobkim9881/tailing-mouse-footprint/issues"
},
"homepage": "https://github.com/jacobkim9881/tailing-mouse-footprint#readme"
}