forked from EragonJ/Trip.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
28 lines (28 loc) · 712 Bytes
/
component.json
File metadata and controls
28 lines (28 loc) · 712 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
{
"name": "trip.js",
"description" : "a light-weight jQuery plugin that can customize a tutorial trip easily",
"title" : "Trip.js",
"homepage" : "https://github.com/EragonJ/Trip.js",
"author" : {
"name" : "EragonJ",
"email" : "eragonj@eragonj.me",
"url" : "http://eragonj.me"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository" : {
"type" : "git",
"url" : "git://github.com/EragonJ/Trip.js.git"
},
"demo" : "http://eragonj.github.io/Trip.js/",
"keywords" : [ "trip", "tutorial", "guide" ],
"version": "2.0.1",
"main": "./src/trip.min.js",
"dependencies": {
"jquery": "~1.8.0"
}
}