decanify
Version:
Prepare canjs bower package for debowerify transform.
41 lines (40 loc) • 897 B
JSON
{
"name": "decanify",
"version": "0.1.0",
"description": "Prepare canjs bower package for debowerify transform.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Tarabyte/decanify.git"
},
"keywords": [
"debowerify",
"deamd",
"canjs"
],
"author": "tarabyte",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/Tarabyte/decanify/issues"
},
"homepage": "https://github.com/Tarabyte/decanify",
"devDependencies": {
"gulp": "^3.8.10",
"chai": "^1.10.0",
"mocha": "^2.1.0",
"browserify": "^8.0.2",
"gulp-mocha": "^2.0.0",
"gulp-jshint": "^1.9.0",
"jshint-stylish": "^1.0.0",
"debowerify": "^1.2.0"
},
"dependencies": {
"through2": "^0.6.3",
"esprima": "^1.2.2",
"escodegen": "^1.4.3",
"estraverse": "^1.9.0"
}
}