23 lines
622 B
JSON
23 lines
622 B
JSON
{
|
|
"name": "babel-plugin-transform-decorators",
|
|
"version": "1.3.4",
|
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
|
"license": "MIT",
|
|
"description": "Compile class and object decorators to ES5",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel",
|
|
"babel-plugin",
|
|
"decorators"
|
|
],
|
|
"dependencies": {
|
|
"babel-plugin-syntax-decorators": "^6.13.0",
|
|
"babel-runtime": "^6.2.0",
|
|
"babel-template": "^6.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
|
}
|
|
}
|