-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"name": "babel-plugin-h-children-fix",
"description": "Allows use of standard babel JSX tools with virtual-dom/h",
"version": "1.1.0",
"author": "Henrik Joreteg <henrik@joreteg.com>",
"bugs": "https://github.com/henrikjoreteg/babel-plugin-h-children-fix/issues",
"devDependencies": {
"assert-transform": "git@github.com:walmartreact/assert-transform.git#869b2d4d1bb2d15288f8591024367b41c247d304",
"babel": "^6.3.26",
"babel-plugin-h-children-fix": "^1.0.1",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"tape": "^4.4.0"
},
"homepage": "https://github.com/henrikjoreteg/babel-plugin-h-children-fix",
"keywords": [
"babel",
"hyperscript",
"plugin",
"virtual-dom"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "henrikjoreteg/babel-plugin-h-children-fix"
},
"scripts": {
"test": "node test/index.js && standard"
},
"standard": {
"globals": [
"React"
],
"ignore": [
"/test/target.js"
]
}
}