-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 931 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 931 Bytes
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
28
29
30
31
32
33
34
35
36
37
{
"name": "knockout-bind-react",
"version": "2.1.1",
"description": "A custom binding for KnockoutJS that renders a given ReactJS component within the specified element.",
"main": "knockout-bind-react.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/calvinwoo/knockout-bind-react.git"
},
"keywords": [
"knockout",
"react",
"durandal",
"knockoutjs",
"react",
"reactjs",
"durandaljs",
"bind",
"bindingHandlers",
"binder",
"component",
"render"
],
"author": "Calvin Woo <calvinwoo32@gmail.com> (http://calvinwoo.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvinwoo/knockout-bind-react/issues"
},
"homepage": "https://github.com/calvinwoo/knockout-bind-react",
"dependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
}
}