-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "leader-line-new",
"version": "1.1.9",
"title": "LeaderLine",
"description": "Draw a leader line in your web page. Export lib",
"keywords": [
"leader",
"line",
"markup",
"arrow",
"attention",
"highlight",
"spotlight",
"bubble",
"svg",
"export leader-line",
"import leader-line",
"types leader-line"
],
"main": "leader-line.min.js",
"types": "types/index.d.ts",
"devDependencies": {
"anim-event": "^1.0.15",
"cheerio": "^1.0.0-rc.2",
"clean-css": "^4.1.9",
"grunt": "^1.0.2",
"grunt-task-helper": "^0.3.10",
"htmlclean": "^3.0.8",
"jasmine-core": "^2.99.1",
"log4js": "^2.5.3",
"node-static-alias": "^1.0.0",
"plain-draggable": "^2.0.24",
"pre-proc": "^0.2.8",
"test-page-loader": "1.0.7",
"uglify-js": "^3.3.11"
},
"scripts": {
"test": "node ./test/httpd"
},
"repository": {
"type": "git",
"url": "git://github.com:II-alex-II/leader-line-new.git"
},
"bugs": "https://github.com/II-alex-II/leader-line/issues",
"license": "MIT",
"authors": [
"anseki <[email protected]>",
"modify: <[email protected]>"
]
}