forked from zolastro/HackersWeekMalaga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "hackersweekmalaga",
"version": "1.0.0",
"description": "The official webpage of the Hackers Week",
"main": "service-worker.js",
"directories": {
"test": "test"
},
"dependencies": {
"npm": "^5.7.1"
},
"devDependencies": {
"bower": "^1.8.2",
"firebase-tools": "^3.17.4",
"polymer-cli": "^1.6.0",
"serve": "^6.4.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "polymer serve",
"postinstall": "bower install",
"build": "polymer build --js-compile --js-minify --css-minify --html-minify --bundle --add-service-worker --sw-precache-config sw-precache-config.js",
"lint": "polymer lint",
"update": "bower update",
"start-release": "serve -c -o -S build/default",
"deploy": "firebase deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConsejoInfUMA/HackersWeekMalaga.git"
},
"author": "ConsejoInfUMA",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConsejoInfUMA/HackersWeekMalaga/issues"
},
"homepage": "https://github.com/ConsejoInfUMA/HackersWeekMalaga#readme"
}