-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.35 KB
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
52
53
54
{
"name": "react-render",
"version": "0.2.4",
"description": "React rendering wrapper",
"author": {
"name": "Mark Finger"
},
"license": "MIT",
"main": "lib/index.js",
"homepage": "https://github.com/markfinger/react-render",
"bugs": {
"url": "https://github.com/markfinger/react-render/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markfinger/react-render.git"
},
"dependencies": {
"lodash": "^3.6.0",
"resolve": "^1.1.6"
},
"devDependencies": {
"chai": "^2.1.1",
"mocha": "^2.2.1",
"react": "*"
},
"scripts": {
"test": "mocha",
"test-debug": "mocha debug"
},
"gitHead": "81d97dfa7ffb519e607d4d837b037ce58f1969c9",
"_id": "react-render@0.2.4",
"_shasum": "c2a36c04379a704685d768e89f6c0d5ba8b56352",
"_from": "react-render@*",
"_npmVersion": "2.7.6",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "markfinger",
"email": "markfinger@gmail.com"
},
"maintainers": [
{
"name": "markfinger",
"email": "markfinger@gmail.com"
}
],
"dist": {
"shasum": "c2a36c04379a704685d768e89f6c0d5ba8b56352",
"tarball": "http://registry.npmjs.org/react-render/-/react-render-0.2.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/react-render/-/react-render-0.2.4.tgz",
"readme": "ERROR: No README data found!"
}