1
0
Fork 0
deploying-rails-app/bower_components/headjs/bower.json

31 lines
748 B
JSON
Raw Normal View History

2016-03-08 21:34:06 -05:00
{
"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"
]
}