mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-16 08:15:55 +10:00
Faker, angular-ui-router, backbone-associations, backbone-react-component, bean, bignumber.js, blueimp-gallery, chroma-js, crossfilter, crossroads, cubism, dc, depot, dropzone, es5-shim, eve.js, font-awesome, jsoneditor, jszip, klass, knockback, leapjs, minitranslate, moment-timezone, primish, queue-async, qwery, reqwest, reveal.js, rickshaw, sass.js, shred, speakingurl, stapes, string_score, typeahead.js, underscore.string, vega They were verified as fully matching contents of cdnjs in npm version and individual files were compared with md5 to show no differences.
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "backbone-react-component",
|
|
"version": "0.6.2",
|
|
"filename": "backbone-react-component.js",
|
|
"description": "Backbone.React.Component is a wrapper for React.Component and brings all the power of Facebook's React to Backbone.js",
|
|
"author": {
|
|
"name": "José Magalhães",
|
|
"email": "magalhas@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/magalhas/backbone-react-component.git"
|
|
},
|
|
"peerDependencies": {
|
|
"backbone": "^1.1.2",
|
|
"react": "^0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"underscore": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"backbone": "^1.1.2",
|
|
"react": "^0.10.0",
|
|
"grunt-contrib-uglify": "^0.3.2",
|
|
"grunt": "^0.4.2",
|
|
"grunt-contrib-jasmine": "^0.6.1",
|
|
"grunt-contrib-copy": "^0.5.0",
|
|
"grunt-docco": "^0.3.3",
|
|
"grunt-gh-pages": "^0.9.1",
|
|
"grunt-contrib-clean": "^0.5.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"build": "grunt build"
|
|
},
|
|
"keywords": [
|
|
"backbone",
|
|
"react",
|
|
"data binding",
|
|
"models",
|
|
"collections",
|
|
"server",
|
|
"client"
|
|
],
|
|
"main": "lib/component",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/magalhas/backbone-react-component/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"npmName": "backbone-react-component",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist",
|
|
"files": [
|
|
"/backbone-react-component-min.js",
|
|
"/backbone-react-component.js"
|
|
]
|
|
}
|
|
]
|
|
} |