-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 818 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 818 Bytes
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
{
"name": "@live-change/pattern",
"version": "0.2.1",
"description": "Realtime usage pattern analysis for security, analytics and gamification purposes",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test tape tests/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/live-change/pattern.git"
},
"author": "Michał Łaszczewski <m8@em8.pl> (https://www.viamage.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/live-change/pattern/issues"
},
"homepage": "https://github.com/live-change/pattern",
"devDependencies": {
"d3": "^5.15.0",
"d3-node": "^2.2.1",
"d3-path-arrows": "^0.4.0",
"d3-sankey-circular": "^0.34.0",
"tape": "^4.13.0"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"keywords": []
}