-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·31 lines (31 loc) · 970 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
{
"name": "raz-cookiebar",
"version": "1.0.0",
"description": "A simple cookie bar webapp",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Rosmos/raz-cookiebar.git"
},
"scripts": {
"setup": "node util/setup.js",
"zip": "node util/zip.js",
"deploy": "npm run zip && node util/deploy.js",
"force-deploy": "npm run zip && node util/deploy.js force",
"create-addon": "node util/create-addon.js",
"sign": "npm run zip && node util/sign.js",
"prod-deploy": "node util/prod-deploy.js"
},
"license": "MIT",
"author": "Rasmus Eriksson",
"bugs": {
"url": "https://github.com/Rosmos/raz-cookiebar/issues"
},
"homepage": "https://github.com/Rosmos/raz-cookiebar",
"devDependencies": {
"inquirer": "^6.2.2",
"jsonfile": "^5.0.0",
"request": "^2.88.0",
"zip-dir": "^1.0.2"
}
}