{ "name": "synthetic-dom", "version": "0.2.1", "description": "Synthetic HTML DOM for use with parsing within React-RTE", "main": "lib/SyntheticDOM.js", "scripts": { "build": "babel src --ignore \"_*\" --out-dir lib", "lint": "eslint --max-warnings 0 .", "typecheck": "flow", "prepublish": "npm run build", "test": "npm run lint && npm run typecheck && npm run test-src", "test-src": "mocha \"src/**/__tests__/*.js\"" }, "dependencies": {}, "devDependencies": { "babel-cli": "^6.7.5", "babel-core": "^6.7.6", "babel-eslint": "^7.0.0", "babel-plugin-transform-class-properties": "^6.6.0", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-2": "^6.5.0", "eslint": "^3.7.1", "eslint-plugin-babel": "^3.2.0", "eslint-plugin-flow-vars": "^0.5.0", "eslint-plugin-react": "^6.3.0", "expect": "^1.16.0", "flow-bin": "^0.32.0", "mocha": "^3.1.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/sstur/synthetic-dom.git" }, "keywords": [ "synthetic-dom", "virtual-dom", "markdown-parser" ], "author": "sstur@me.com", "license": "ISC", "bugs": { "url": "https://github.com/sstur/synthetic-dom/issues" }, "homepage": "https://github.com/sstur/synthetic-dom#readme" }