-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 883 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
{
"name": "@haiku-ui/haiku",
"version": "0.1.8",
"description": "A collection of cards and other web components for the Home Assistant Lovelace UI.",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/lukiffer/haiku.git"
},
"author": "Luke Fritz<[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lukiffer/haiku/issues"
},
"homepage": "https://github.com/lukiffer/haiku#readme",
"files": [
"dist/**/*"
],
"scripts": {
"build": "gulp build"
},
"devDependencies": {
"del": "^3.0.0",
"expand-range": "^2.0.2",
"gulp": "^4.0.0",
"gulp-eslint": "^5.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"node-notifier": "^5.2.1",
"through2": "^2.0.3"
},
"dependencies": {}
}