-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 933 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
{
"name": "live-dom",
"version": "1.6.13",
"description": "DOM auto discover library, allows define behaviors for given css selectors indepedently of when nodes are attached to document.",
"main": "live-dom.js",
"dependencies": {},
"devDependencies": {
"chai": "4.1.2",
"eslint": "5.0.1",
"karma": "2.0.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-story-reporter": "^0.3.1",
"mocha": "5.2.0",
"webpack": "4.12.2",
"webpack-command": "0.3.1"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kiltjs/live-dom.git"
},
"author": "Jesús Germade <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kiltjs/live-dom/issues"
},
"homepage": "https://github.com/kiltjs/live-dom#readme"
}