forked from anseki/leader-line
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.12 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
{
"name": "leader-line",
"version": "1.0.7",
"title": "LeaderLine",
"description": "Draw a leader line in your web page.",
"keywords": [
"leader",
"line",
"markup",
"arrow",
"attention",
"highlight",
"spotlight",
"bubble",
"svg"
],
"main": "leader-line.min.js",
"files": [
"leader-line.min.js",
"bower.json"
],
"devDependencies": {
"anim-event": "^1.0.16",
"cheerio": "^1.0.0-rc.9",
"clean-css": "^5.1.2",
"grunt": "^1.4.1",
"grunt-task-helper": "^0.3.10",
"htmlclean": "^3.0.8",
"jasmine-core": "^3.7.1",
"log4js": "^6.4.0",
"node-static-alias": "^1.1.2",
"plain-draggable": "^2.5.12",
"pre-proc": "^1.0.2",
"test-page-loader": "^1.0.8",
"uglify-js": "^3.13.7"
},
"scripts": {
"test": "node ./test/httpd"
},
"homepage": "https://anseki.github.io/leader-line/",
"repository": {
"type": "git",
"url": "git:https://github.com/anseki/leader-line.git"
},
"bugs": "https://github.com/anseki/leader-line/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}