decomponentify-1.x
Version:
Use component.js build files with browserify.
28 lines (27 loc) • 616 B
JSON
{
"name": "decomponentify-1.x",
"version": "1.0.2",
"description": "Use component.js build files with browserify.",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/shimaore/decomponentify"
},
"keywords": [
"component",
"componentify",
"decomponentify",
"browserify",
"transform",
"component.js"
],
"author": "Stéphane Alnet <stephane@shimaore.net> (http://stephane.shimaore.net/)",
"license": "BSD",
"dependencies": {
"through": "~2.3.6",
"falafel": "~0.3.1"
}
}