-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 861 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": "component-react",
"version": "1.0.0",
"description": "A plugin to transpile React jsx files for the component builder",
"keywords": [
"component",
"react",
"jsx"
],
"author": {
"name": "Neil Jagdish Patel",
"email": "njpatel@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/njpatel/component-react.git"
},
"dependencies": {
"async": "~0.2.6",
"react-tools": "*"
},
"devDependencies": {
"component-builder": "0.8.x"
},
"main": "index.js",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/njpatel/component-react/issues"
},
"_id": "component-react@1.0.0",
"dist": {
"shasum": ""
},
"_from": "component-react@*",
"_resolved": "https://registry.npmjs.org/component-react/-/component-react-0.1.0.tgz"
}