forked from peterhry/CircleType
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 753 Bytes
/
bower.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
{
"name": "circletype.js",
"version": "0.37",
"keywords": [
"js",
"css",
"lettering",
"typography",
"curve",
"arc"
],
"homepage": "http://circletype.labwire.ca/",
"authors": [
"Peter Hrynkow <peter@labwire.ca>"
],
"description": "A jQuery plugin that lets you curve type on the web",
"repository": {
"type": "git",
"url": "git://github.com/peterhry/CircleType.git"
},
"main": [
"js/circletype.js",
"js/circletype.min.js"
],
"ignore": [
"js/vendor",
"js/plugins.js",
"sass",
"stylesheets",
".gitignore",
"config.rb",
"favicon.ico",
"index.html"
],
"dependencies": {
"jquery": ">= 1.9.0",
"letteringjs": ">= 0.6.1"
},
"license": "MIT"
}