Blame view
dist/bower_components/requirejs/.bower.json
575 Bytes
4c897d181
|
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 |
{ "name": "requirejs", "version": "2.1.22", "ignore": [], "homepage": "http://requirejs.org", "authors": [ "jrburke.com" ], "description": "A file and module loader for JavaScript", "main": "require.js", "keywords": [ "AMD" ], "license": [ "BSD-3-Clause", "MIT" ], "_release": "2.1.22", "_resolution": { "type": "version", "tag": "2.1.22", "commit": "9cd0b99417eac61e890d11c5119f2e45e752c999" }, "_source": "https://github.com/jrburke/requirejs-bower.git", "_target": "~2.1.10", "_originalSource": "requirejs" } |