UNPKG

snabbdom-pragma-lite

Version:

'NotReact.createElement' pragma although for snabbdom

79 lines (78 loc) 1.99 kB
{ "name": "snabbdom-pragma-lite", "version": "3.2.0", "description": "'NotReact.createElement' pragma although for snabbdom", "keywords": [ "snabbdom", "pragma", "jsx", "createElement", "Bublé", "Buble", "Babel", "Traceur" ], "author": "Swizz <gerodel.quentin@gmail.com>", "contributors": [ "Luiz Américo Pereira Câmara" ], "license": "MIT", "repository": "blikblum/snabbdom-pragma", "main": "dist/index.js", "module": "dist/index.es6.js", "types": "snabbdom-pragma.d.ts", "devDependencies": { "ava": "^0.25.0", "babel-core": "^6.24.0", "babel-plugin-transform-react-jsx": "^6.8.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "benchmark": "^2.1.4", "buble": "^0.19.3", "eslint-config-xo-swizz": "^0.11.0", "rollup": "^0.60.7", "rollup-plugin-buble": "^0.19.2", "simple-git": "^1.92.0", "snabbdom": "^0.6.7", "traceur": "^0.0.111", "typescript": "^2.3.2", "xo": "^0.18.2" }, "dependencies": {}, "scripts": { "lint": "./node_modules/.bin/xo", "test:prebuild": "ava --match \"trans -*\" --match \"src -*\" --match \"utils -*\"", "test:postbuild": "ava --match \"dist -*\"", "build": "rollup --config", "make": "npm run lint && npm run test:prebuild && npm run build && npm run test:postbuild", "perf:all": "node perf/buildBranches && node perf/run", "perf": "node perf/run" }, "ava": { "files": [ "test/*-test.js" ], "require": [ "babel-register" ] }, "xo": { "semicolon": false, "space": true, "extends": "xo-swizz", "rules": { "import/no-dynamic-require": "off", "capitalized-comments": "off", "linebreak-style": "off" }, "ignores": [ "test/**/transform-*.js" ] }, "babel": { "presets": [ "es2015", "stage-2" ] } }