UNPKG

html2incdom-bruno

Version:

Converts html strings into incremental dom calls

58 lines (57 loc) 1.44 kB
{ "name": "html2incdom-bruno", "version": "0.0.1", "description": "Converts html strings into incremental dom calls", "license": "MIT", "repository": "mairatma/html2incdom", "author": { "name": "Bruno Basto", "email": "bruno.basto@liferay.com" }, "engines": { "node": ">=0.12.0" }, "jsnext:main": "src/withParser.js", "main": "lib/withParser.js", "files": [ "dist", "lib", "src" ], "scripts": { "build": "gulp", "compile": "babel --presets es2015 -d lib/ src/", "lint": "jshint src/*.js gulpfile.js", "prepublish": "npm run build && npm run compile", "test": "karma start --single-run" }, "keywords": [ "html", "incrementaldom", "incremental-dom" ], "devDependencies": { "babel-cli": "^6.4.5", "babel-plugin-transform-es2015-modules-umd": "^6.6.5", "babel-preset-es2015": "^6.6.0", "chai": "^3.5.0", "del": "^2.2.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.0", "gulp-minify": "0.0.5", "gulp-rename": "^1.2.2", "incremental-dom": "^0.3.0", "isparta": "^4.0.0", "jshint": "^2.7.0", "karma": "^0.13.22", "karma-babel-preprocessor": "^6.0.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.2.2", "karma-commonjs": "0.0.13", "karma-coverage": "^0.5.5", "karma-mocha": "^0.2.2", "karma-source-map-support": "^1.1.0", "mocha": "^2.2.5" } }