ledgerrb/public/app/bower_components/underscore/.bower.json

35 lines
678 B
JSON
Raw Normal View History

2014-07-31 18:00:20 +02:00
{
"name": "underscore",
2015-08-30 19:52:32 +02:00
"version": "1.8.3",
2014-07-31 18:00:20 +02:00
"main": "underscore.js",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"ignore": [
"docs",
"test",
"*.yml",
"CNAME",
"index.html",
"favicon.ico",
2015-08-30 19:52:32 +02:00
"CONTRIBUTING.md",
".*",
"component.json",
"package.json",
"karma.*"
2014-07-31 18:00:20 +02:00
],
"homepage": "https://github.com/jashkenas/underscore",
2015-08-30 19:52:32 +02:00
"_release": "1.8.3",
2014-07-31 18:00:20 +02:00
"_resolution": {
"type": "version",
2015-08-30 19:52:32 +02:00
"tag": "1.8.3",
"commit": "e4743ab712b8ab42ad4ccb48b155034d02394e4d"
2014-07-31 18:00:20 +02:00
},
"_source": "git://github.com/jashkenas/underscore.git",
2014-10-01 07:36:40 +02:00
"_target": "*",
"_originalSource": "underscore"
2014-07-31 18:00:20 +02:00
}