-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 892 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
{
"name": "igcontesthelper",
"version": "0.1.5",
"description": "Extensión de chrome que facilita hacer sorteos sobre quienes comentaron o hicieron like a un post de instagram",
"main": "igcontesthelper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"crx": "mkdir -p dist && crx pack src/ -o dist/igcontesthelper.crx && rm key.pem",
"build": "mkdir -p dist && bestzip dist/igcontesthelper.zip src/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tgirardi/igcontesthelper.git"
},
"author": "Tomás Girardi <tgirardi@turbomaret.cl>",
"license": "ISC - SEE LICENSE IN src/LICENSE.txt",
"bugs": {
"url": "https://github.com/tgirardi/igcontesthelper/issues"
},
"homepage": "https://github.com/tgirardi/igcontesthelper#readme",
"devDependencies": {
"bestzip": "^1.1.4",
"crx": "^3.2.1"
}
}