-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.72 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
54
55
56
57
58
59
60
61
62
63
{
"name": "jq-tooltipstered-image",
"version": "0.1.5",
"description": "",
"main": "dist/jquery.tooltipstered-image.js",
"scripts": {
"demo": "gulp --demo",
"dev": "gulp",
"dist": "gulp dist --production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davinchi-finsi/jq-tooltipstered-image.git"
},
"author": "Davinchi",
"license": "MIT",
"bugs": {
"url": "https://github.com/davinchi-finsi/jq-tooltipstered-image/issues"
},
"homepage": "https://github.com/davinchi-finsi/jq-tooltipstered-image#readme",
"dependencies": {
"jquery": "^3.2.x",
"jquery-ui-dist": "^1.12.x",
"svg.js": "^2.6.x",
"tooltipster": "^4.2.x"
},
"devDependencies": {
"@types/core-js": "^0.9.42",
"@types/jquery": "^3.2.6",
"@types/jqueryui": "^1.11.34",
"autoprefixer": "^7.1.2",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-cli": "^1.3.0",
"gulp-debug": "^3.1.0",
"gulp-filter": "^5.0.0",
"gulp-header-comment": "^0.2.1",
"gulp-if": "^2.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-sync": "^0.1.4",
"gulp-typescript": "^3.2.0",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.28",
"gulp-util": "^3.0.8",
"jstransformer-markdown-it": "^2.0.0",
"lite-server": "^2.3.0",
"merge2": "^1.1.0",
"node-sass": "^4.13.1",
"prismjs": "^1.6.0",
"pug": "^2.0.0-rc.2",
"require-dir": "^0.3.2",
"typescript": "^2.4.1"
}
}