UNPKG

decca

Version:

Render interfaces using pure functions and virtual DOM, kinda

90 lines (89 loc) 2.36 kB
{ "name": "decca", "description": "Render interfaces using pure functions and virtual DOM, kinda", "version": "2.3.0", "author": "Rico Sta. Cruz <rico@ricostacruz.com>", "babel": { "presets": [ "es2015" ], "plugins": [ "syntax-jsx", [ "transform-react-jsx", { "pragma": "element" } ] ] }, "bugs": { "url": "https://github.com/rstacruz/decca/issues" }, "dependencies": { "object-assign": "4.1.0", "simpler-debounce": "1.0.0", "virtual-dom": "2.1.1" }, "devDependencies": { "@rstacruz/jsdoc-render-md": "1.3.1", "babel-cli": "6.24.0", "babel-plugin-syntax-jsx": "6.18.0", "babel-plugin-transform-react-jsx": "6.23.0", "babel-preset-es2015": "6.24.0", "babel-register": "6.24.0", "babelify": "7.3.0", "budo": "8.3.0", "deku": "2.0.0-rc16", "docpress": "0.6.13", "es5-shim": "4.5.9", "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", "jsdoc-parse": "1.2.7", "jsdom": "9.3.0", "jsdom-global": "2.1.1", "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 update", "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", "update": "(cat support/api_header.md; jsdoc-parse -s none -f src/*.js | jsdoc-render-md) > docs/api.md" } }