UNPKG

decca

Version:

Render interfaces using pure functions and virtual DOM, kinda

88 lines (87 loc) 2.2 kB
{ "name": "decca", "description": "Render interfaces using pure functions and virtual DOM, kinda", "version": "2.2.2", "author": "Rico Sta. Cruz <rico@ricostacruz.com>", "babel": { "presets": [ "es2015", "stage-0" ], "plugins": [ "syntax-jsx", [ "transform-react-jsx", { "pragma": "element" } ] ] }, "bugs": { "url": "https://github.com/rstacruz/decca/issues" }, "dependencies": { "simpler-debounce": "1.0.0", "virtual-dom": "2.1.1" }, "devDependencies": { "babel-cli": "6.9.0", "babel-plugin-syntax-jsx": "6.8.0", "babel-plugin-transform-react-jsx": "6.8.0", "babel-preset-es2015": "6.9.0", "babel-preset-stage-0": "6.5.0", "babel-register": "6.9.0", "babelify": "7.3.0", "budo": "8.3.0", "deku": "2.0.0-rc16", "docpress": "0.6.13", "es5-shim": "4.5.8", "eslint": "2.11.1", "eslint-config-standard": "5.3.1", "eslint-config-standard-jsx": "1.2.0", "eslint-config-standard-react": "3.0.0", "eslint-engine": "0.2.0", "eslint-plugin-promise": "1.3.1", "eslint-plugin-react": "5.1.1", "eslint-plugin-standard": "1.3.2", "git-update-ghpages": "1.3.0", "jsdom": "9.3.0", "jsdom-global": "2.1.0", "tap-dev-tool": "1.3.0", "tap-diff": "0.1.1", "tape": "4.5.1", "tape-dom": "0.0.10", "tape-watch": "2.1.0", "watchify": "3.7.0" }, "directories": { "test": "test" }, "homepage": "https://github.com/rstacruz/decca#readme", "keywords": [ "deku", "dom", "elm", "functional", "react", "redux", "virtual" ], "license": "MIT", "main": "lib/index.js", "jsnext:main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/rstacruz/decca.git" }, "scripts": { "build": "babel src --out-dir lib", "prepublish": "npm run build", "test": "tape -r babel-register test/index.js | tap-diff --color", "test:budo": "budo test/index.js --live --open -- -t babelify --debug", "test:watch": "npm run test -- --watch", "watch": "babel -w src --out-dir lib", "lint": "eslint-check" } }