18 lines
427 B
JSON
18 lines
427 B
JSON
{
|
|
"name": "jsx_orphaned_brackets_transformer",
|
|
"description": "A utility to update your JSX to work with React 0.13.",
|
|
"version": "1.0.1",
|
|
"main": "run.js",
|
|
"dependencies": {
|
|
"graceful-fs": "~2.0.0",
|
|
"jstransform": "~8.2.0",
|
|
"node-find-files": "0.0.2",
|
|
"optimist": "~0.6.0"
|
|
},
|
|
"bin": {
|
|
"jsx_orphaned_brackets_transformer": "./run.js"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"preferGlobal": true
|
|
}
|