marionette-decorators
Version:
Marionette decorators
32 lines (31 loc) • 854 B
JSON
{
"name": "marionette-decorators",
"version": "1.1.2",
"description": "Marionette decorators",
"main": "build/index.js",
"keywords": [
"Marionette",
"ES6",
"Decorators"
],
"scripts": {
"build": "node build.js"
},
"author": "Jake Jarrett <jake@vokke.com.au>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VokkeSoftware/marionette-decorators.git"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-block-scoping": "^6.22.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2016": "^6.16.0",
"uglify-js": "^2.7.5",
"uglify-js-harmony": "^2.7.5"
}
}