-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 942 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
32
33
34
35
36
{
"name": "dashboard",
"version": "1.0.0",
"description": "A quick bootstraping dashboard",
"main": "index.html",
"dependencies": {
"@polight/lego": "^1.4.1",
"tui-calendar": "^1.12.14"
},
"devDependencies": {
"concurrently": "^5.3.0",
"live-server": "^1.2.1"
},
"scripts": {
"start": "concurrently 'npm run watch' 'live-server --no-browser'",
"watch": "npm run build -- -w",
"build": "LEGO_URL=/assets/vendors/@polight/lego/dist/lego.min.js lego bricks dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polight/dashboard.git"
},
"keywords": [
"dashboard",
"lego",
"webcomponents",
"template"
],
"author": "Vincent Agnano",
"license": "MIT",
"bugs": {
"url": "https://github.com/Polight/dashboard/issues"
},
"homepage": "https://github.com/Polight/dashboard#readme"
}