mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-10 21:35:56 +10:00
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "backbone-react-component",
|
|
"version": "0.7.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",
|
|
"prepublish": "grunt build && grunt doc"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|