-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.24 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-interpolate-component",
"version": "0.12.0",
"description": "A component for React that renders elements into a format string containing replacement fields",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/martinandert/react-interpolate-component.git"
},
"keywords": [
"react",
"react-component",
"interpolations",
"interpolate",
"substitution",
"substitute",
"sprintf",
"named-arguments",
"format"
],
"author": {
"name": "Martin Andert",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/martinandert/react-interpolate-component/issues"
},
"homepage": "https://github.com/martinandert/react-interpolate-component",
"dependencies": {
"create-react-class": "^15.5.2",
"except": "^0.1.3",
"invariant": "^2.2.2",
"object-assign": "^4.1.1"
},
"peerDependencies": {
"react": "^16.2.0"
},
"devDependencies": {
"connect-browserify": "^4.0.0",
"express": "^4.12.3",
"jsxhint": "^0.15.1",
"mocha": "^2.2.1",
"node-dev": "^3.1.3",
"node-jsx": "^0.13.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"reactify": "^1.1.0",
"semver": "^5.0.3"
}
}