ffffng/app/bower_components/json3/.bower.json

47 lines
958 B
JSON
Raw Normal View History

2014-05-12 20:08:19 +02:00
{
"name": "json3",
2014-08-10 12:02:48 +02:00
"version": "3.3.2",
"main": "lib/json3.js",
2014-05-12 20:08:19 +02:00
"repository": {
"type": "git",
"url": "git://github.com/bestiejs/json3.git"
},
"ignore": [
".*",
2014-08-10 12:02:48 +02:00
"**/.*",
2014-05-12 20:08:19 +02:00
"build.js",
"index.html",
"index.js",
"component.json",
"package.json",
"benchmark",
"page",
"test",
2014-08-10 12:02:48 +02:00
"vendor",
"tests"
2014-05-12 20:08:19 +02:00
],
"homepage": "https://github.com/bestiejs/json3",
2014-08-10 12:02:48 +02:00
"description": "A modern JSON implementation compatible with nearly all JavaScript platforms",
"keywords": [
"json",
"spec",
"ecma",
"es5",
"lexer",
"parser",
"stringify"
],
"authors": [
"Kit Cambridge <github@kitcambridge.be>"
],
"license": "MIT",
"_release": "3.3.2",
2014-05-12 20:08:19 +02:00
"_resolution": {
"type": "version",
2014-08-10 12:02:48 +02:00
"tag": "v3.3.2",
"commit": "dec5c2a5dc723ff867caa32a81ed93ab814f7426"
2014-05-12 20:08:19 +02:00
},
"_source": "git://github.com/bestiejs/json3.git",
2014-06-06 14:29:32 +02:00
"_target": "~3.3.1",
2014-05-12 20:08:19 +02:00
"_originalSource": "json3"
}