-
Notifications
You must be signed in to change notification settings - Fork 231
/
bower.json
40 lines (40 loc) · 961 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": "skeuocard",
"keywords": [
"credit",
"card",
"skeuomorphism"
],
"description": "Skeuocard progressively enhances credit card inputs to provide a skeuomorphic interface.",
"version": "1.1.0",
"license": "The MIT License (MIT)",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com:kenkeiter/skeuocard.git"
},
"main": [
"styles/skeuocard.reset.css",
"styles/skeuocard.css",
"javascripts/vendor/cssua.min.js",
"javascripts/vendor/demo.fix.js",
"javascripts/vendor/jquery-2.0.3.min.js",
"javascripts/skeuocard.js",
"javascripts/skeuocard.min.js"
],
"ignore": [
"Gruntfile.coffee",
"package.json",
"index.html",
"screenshot.png",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "https://github.com/kenkeiter/skeuocard",
"authors": [
"Kenneth Keiter <[email protected]>"
]
}