talio
Version:
a smaller, less confuse, mercury
45 lines (44 loc) • 1 kB
JSON
{
"name": "talio",
"version": "0.0.3",
"description": "a smaller, less confuse, mercury",
"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "mkdir -p build && browserify --standalone talio . > build/talio.js"
},
"keywords": [
"virtual-dom",
"react",
"mercury",
"virtual-hyperscript",
"h",
"dom-delegator"
],
"author": "Giovanni T. Parra",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fiatjaf/talio.git"
},
"bugs": {
"url": "https://github.com/fiatjaf/talio/issues"
},
"homepage": "https://github.com/fiatjaf/talio",
"dependencies": {
"browserify": "^10.2.6",
"coffeeify": "^1.1.0",
"dom-delegator": "^13.1.0",
"error": "^7.0.1",
"immupdate": "^0.1.1",
"raf": "^3.0.0",
"value-event": "^5.1.0",
"virtual-dom": "^2.1.1",
"xtend": "^4.0.0"
},
"browserify": {
"transform": [
"coffeeify"
]
}
}