grunt-babel-helpers
Version:
Consolidates Babel helper functions
58 lines (57 loc) • 1.23 kB
JSON
{
"name": "grunt-babel-helpers",
"version": "1.0.1",
"description": "Consolidates Babel helper functions",
"homepage": "https://www.npmjs.com/package/grunt-babel-helpers",
"author": {
"name": "Mark Carver",
"url": "https://github.com/markcarver"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/unicorn-fail/grunt-babel-helpers/blob/master/LICENSE-MIT"
}
],
"main": "tasks/babelHelpers.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unicorn-fail/grunt-babel-helpers.git"
},
"keywords": [
"grunt",
"gruntplugin",
"babel",
"helpers",
"babelify",
"browserify"
],
"bugs": {
"url": "https://github.com/unicorn-fail/grunt-babel-helpers/issues"
},
"dependencies": {
"babel-helpers": "^6.16.0",
"chalk": "^1.1.3",
"maxmin": "^2.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-bump": "^0.8.0",
"grunt-eslint": "^19.0.0",
"load-grunt-tasks": "^3.5.2"
},
"engines": {
"node": ">=0.10.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"files": [
"tasks"
]
}