We need .bower.json to have bower functioning correctly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>pull/1721/head
parent
b2d68c0009
commit
96c2f42ac5
@ -0,0 +1,44 @@ |
||||
{ |
||||
"name": "bootstrap", |
||||
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", |
||||
"keywords": [ |
||||
"css", |
||||
"js", |
||||
"less", |
||||
"mobile-first", |
||||
"responsive", |
||||
"front-end", |
||||
"framework", |
||||
"web" |
||||
], |
||||
"homepage": "http://getbootstrap.com", |
||||
"license": "MIT", |
||||
"moduleType": "globals", |
||||
"main": [ |
||||
"less/bootstrap.less", |
||||
"dist/js/bootstrap.js" |
||||
], |
||||
"ignore": [ |
||||
"/.*", |
||||
"_config.yml", |
||||
"CNAME", |
||||
"composer.json", |
||||
"CONTRIBUTING.md", |
||||
"docs", |
||||
"js/tests", |
||||
"test-infra" |
||||
], |
||||
"dependencies": { |
||||
"jquery": "1.9.1 - 3" |
||||
}, |
||||
"version": "3.3.7", |
||||
"_release": "3.3.7", |
||||
"_resolution": { |
||||
"type": "version", |
||||
"tag": "v3.3.7", |
||||
"commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" |
||||
}, |
||||
"_source": "https://github.com/twbs/bootstrap.git", |
||||
"_target": "~3.3.6", |
||||
"_originalSource": "bootstrap" |
||||
} |
||||
@ -0,0 +1,32 @@ |
||||
{ |
||||
"name": "clipboard", |
||||
"version": "1.5.12", |
||||
"description": "Modern copy to clipboard. No Flash. Just 2kb", |
||||
"license": "MIT", |
||||
"main": "dist/clipboard.js", |
||||
"ignore": [ |
||||
"/.*/", |
||||
"/demo/", |
||||
"/test/", |
||||
"/.*", |
||||
"/bower.json", |
||||
"/karma.conf.js", |
||||
"/src", |
||||
"/lib" |
||||
], |
||||
"keywords": [ |
||||
"clipboard", |
||||
"copy", |
||||
"cut" |
||||
], |
||||
"homepage": "https://github.com/zenorocha/clipboard.js", |
||||
"_release": "1.5.12", |
||||
"_resolution": { |
||||
"type": "version", |
||||
"tag": "v1.5.12", |
||||
"commit": "eb7418b51bb3c963893d83954c5cfa4de3f7f527" |
||||
}, |
||||
"_source": "https://github.com/zenorocha/clipboard.js.git", |
||||
"_target": "^1.5.12", |
||||
"_originalSource": "clipboard" |
||||
} |
||||
@ -0,0 +1,32 @@ |
||||
{ |
||||
"name": "davclient.js", |
||||
"version": "0.0.1", |
||||
"authors": [ |
||||
"Evert Pot <me@evertpot.com>" |
||||
], |
||||
"description": "A WebDAV, CalDAV and CardDAV client for browsers.", |
||||
"main": "lib/client.js", |
||||
"keywords": [ |
||||
"webdav", |
||||
"caldav", |
||||
"carddav" |
||||
], |
||||
"license": "MIT", |
||||
"homepage": "http://sabre.io/", |
||||
"ignore": [ |
||||
"**/.*", |
||||
"node_modules", |
||||
"bower_components", |
||||
"test", |
||||
"tests" |
||||
], |
||||
"_release": "0.0.1", |
||||
"_resolution": { |
||||
"type": "version", |
||||
"tag": "0.0.1", |
||||
"commit": "2d054c63ba5bf7f7d40de904a742f3ad9c71e63c" |
||||
}, |
||||
"_source": "https://github.com/evert/davclient.js.git", |
||||
"_target": "*", |
||||
"_originalSource": "https://github.com/evert/davclient.js.git" |
||||
} |
||||
@ -0,0 +1,39 @@ |
||||
{ |
||||
"name": "es6-promise", |
||||
"namespace": "Promise", |
||||
"version": "2.3.0", |
||||
"description": "A polyfill for ES6-style Promises, tracking rsvp", |
||||
"authors": [ |
||||
"Stefan Penner <stefan.penner@gmail.com>" |
||||
], |
||||
"main": "dist/es6-promise.js", |
||||
"keywords": [ |
||||
"promise" |
||||
], |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "git://github.com/jakearchibald/ES6-Promises.git" |
||||
}, |
||||
"bugs": { |
||||
"url": "https://github.com/jakearchibald/ES6-Promises/issues" |
||||
}, |
||||
"license": "MIT", |
||||
"ignore": [ |
||||
"node_modules", |
||||
"bower_components", |
||||
"test", |
||||
"tests", |
||||
"vendor", |
||||
"tasks" |
||||
], |
||||
"homepage": "https://github.com/jakearchibald/es6-promise", |
||||
"_release": "2.3.0", |
||||
"_resolution": { |
||||
"type": "version", |
||||
"tag": "2.3.0", |
||||
"commit": "fcbab11a1a981eb2290bfff89017cb764335a2a5" |
||||
}, |
||||
"_source": "https://github.com/jakearchibald/es6-promise.git", |
||||
"_target": "~2.3.0", |
||||
"_originalSource": "https://github.com/jakearchibald/es6-promise.git" |
||||
} |
||||
@ -0,0 +1,18 @@ |
||||
{ |
||||
"name": "jquery-ui", |
||||
"version": "1.10.0", |
||||
"main": "./ui/jquery-ui.js", |
||||
"dependencies": { |
||||
"jquery": ">= 1.8" |
||||
}, |
||||
"homepage": "https://github.com/components/jqueryui", |
||||
"_release": "1.10.0", |
||||
"_resolution": { |
||||
"type": "version", |
||||
"tag": "1.10.0", |
||||
"commit": "4c0bac635cc97c8cd5087bb244d497100429fea2" |
||||
}, |
||||
"_source": "https://github.com/components/jqueryui.git", |
||||
"_target": "1.10.0", |
||||
"_originalSource": "jquery-ui" |
||||
} |
||||
Loading…
Reference in new issue