superviewify
Version:
Browserify transform turning superviews.js template language to Googles incremental-dom
34 lines (33 loc) • 872 B
JSON
{
"name": "superviewify",
"version": "3.0.0",
"description": "Browserify transform turning superviews.js template language to Googles incremental-dom",
"main": "index.js",
"scripts": {
"test": "browserify test/index.js -t [./index.js --args foo --name bar] -o test/output.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidjamesstone/superviewify.git"
},
"keywords": [
"superviews.js",
"incremental-dom",
"browserify",
"transform"
],
"author": "djs",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidjamesstone/superviewify/issues"
},
"homepage": "https://github.com/davidjamesstone/superviewify#readme",
"dependencies": {
"superviews.js": "^3.0.0",
"through2": "^2.0.0"
},
"devDependencies": {
"browserify": "^11.0.1",
"incremental-dom": "^0.4.1"
}
}