-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.28 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@bpmn-io/track-mouse",
"version": "0.0.2",
"description": "Track mouse position and hover state on a diagram",
"main": "index.js",
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
"test": "karma start",
"dev": "karma start --no-single-run --auto-test"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bpmn-io/track-mouse.git"
},
"keywords": [
"diagram-js",
"diagram-js-extension"
],
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/nikku"
},
"license": "MIT",
"devDependencies": {
"bpmn-js": "^4.0.1",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-plugin-bpmn-io": "^0.8.2",
"karma": "^4.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^4.0.2",
"mocha": "^6.1.4",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^1.18.1",
"raw-loader": "^1.0.0",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"webpack": "^4.35.3"
},
"dependencies": {
"min-dash": "^3.5.0"
}
}