forked from EragonJ/Trip.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 668 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 668 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
32
33
34
35
{
"name": "Trip.js",
"version": "3.1.2",
"homepage": "https://github.com/EragonJ/Trip.js",
"authors": [
"EragonJ <eragonj@eragonj.me> (http://eragonj.me)"
],
"description": "Trip.js is a plugin that can help you make tutorial trips easily on website",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"public",
"doc",
"views",
"*.html"
],
"moduleType": "globals",
"main": [
"dist/trip.css",
"dist/trip.js"
],
"keywords": [
"trip",
"tutorial",
"guide",
"jquery-plugin",
"ecosystem:jquery"
],
"dependencies": {
"jquery": "~1.11.3"
}
}