forked from matthewp/haunted
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 865 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
{
"name": "haunted",
"version": "4.4.0",
"description": "",
"main": "index.js",
"module": "index.js",
"type": "module",
"scripts": {
"build": "make",
"preversion": "make",
"testee": "testee --browsers chrome test/test.html --config=testee.json",
"test": "npm run build && npm run testee"
},
"files": [
"haunted.js",
"index.js",
"web.js",
"index.d.ts"
],
"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": "index.d.ts",
"devDependencies": {
"@matthewp/compile": "^1.3.1",
"testee": "^0.8.1"
},
"dependencies": {
"lit-html": "^1.0.0"
}
}