forked from headjs/headjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 748 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 748 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
{
"name": "headjs",
"description": "HeadJS: Responsive Design, Feature Detections & Asset Loading. The only script in your <HEAD>",
"version": "1.0.3",
"license" : "MIT",
"authors": [
{"name": "Tero Piirainen"},
{"name": "Robert Hoffmann"}
],
"homepage " : "http://headjs.com",
"main" : ["./dist/1.0.0/head.min.js","./dist/1.0.0/head.min.js.map","./dist/1.0.0/changelog.txt"],
"ignore": [
"**",
"!/dist/1.0.0/*.js",
"!/dist/1.0.0/*.map",
"!/dist/1.0.0/*.txt"
],
"directory": "public/scripts",
"repository": {
"type": "git", "url": "git://github.com/headjs/headjs.git"
},
"keywords": [
"loader",
"require",
"polyfill",
"html5",
"css3",
"feature",
"responsive"
]
}