-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 786 Bytes
/
package.json
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
{
"name": "react-replace",
"version": "0.1.1",
"description": "React utilities for manipulating the tree structure of React Elements in a functional way.",
"main": "src/replace.js",
"repository": {
"type": "git",
"url": "https://github.com/javascriptismagic/react-replace.git"
},
"keywords": [
"react",
"functional",
"replace",
"predicate",
"cloneWithProps",
"query",
"reactjs",
"react.js",
"react-replace"
],
"author": "Brian <[email protected]>",
"license": "Public Domain (Unlicense)",
"bugs": {
"url": "https://github.com/javascriptismagic/react-replace/issues"
},
"homepage": "https://github.com/javascriptismagic/react-replace",
"dependencies": {
"merge": "1.x.x",
"react": "0.x.x"
}
}