forked from matthewp/haunted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 964 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
37
38
39
40
41
{
"name": "haunted",
"version": "4.6.2",
"description": "Hooks for web components",
"main": "lib/haunted.js",
"module": "lib/haunted.js",
"type": "module",
"scripts": {
"build": "make",
"preversion": "make",
"server": "http-server -p 1991",
"test-ci": "mocha-headless-chrome -f http://localhost:1991/test/test.html"
},
"files": [
"haunted.js",
"web.js",
"core.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/matthewp/haunted.git"
},
"keywords": [],
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/matthewp/haunted/issues"
},
"homepage": "https://github.com/matthewp/haunted#readme",
"typings": "lib/haunted.d.ts",
"devDependencies": {
"@matthewp/compile": "^2.4.3",
"http-server": "^0.11.1",
"mocha-headless-chrome": "^2.0.3",
"typescript": "^3.6.2"
},
"dependencies": {
"lit-html": "^1.0.0"
}
}