49 lines
No EOL
1.1 KiB
JSON
49 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "headjs",
|
|
"description": "HeadJS: Responsive Design, Feature Detections & Asset Loading. The only script in your <HEAD>",
|
|
"version": "1.0.3",
|
|
"homepage": "http://headjs.com",
|
|
"author": {
|
|
"name": "Various contributors",
|
|
"url": "http://headjs.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Tero Piirainen",
|
|
"url": "https://plus.google.com/115630295536677299145"
|
|
},
|
|
{
|
|
"name": "Robert Hoffmann",
|
|
"url": "https://google.com/+RobertHoffmann"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"loader",
|
|
"require",
|
|
"polyfill",
|
|
"html5",
|
|
"css3",
|
|
"feature",
|
|
"responsive"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/headjs/headjs.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/headjs/headjs/issues"
|
|
},
|
|
"license" : "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.0",
|
|
"grunt-cli": "~0.1.6",
|
|
"grunt-saucelabs": "~4.0.2",
|
|
"grunt-contrib-connect": "~0.1.2",
|
|
"grunt-contrib-watch": "~0.2.0",
|
|
"grunt-contrib-qunit": "~0.3.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
}
|
|
} |