{ "name": "prescribe", "description": "Tiny, forgiving HTML parser", "homepage": "https://github.com/krux/prescribe/", "bugs": "https://github.com/krux/prescribe/issues", "license": "MIT", "keywords": [ "html", "parser" ], "repository": { "type": "git", "url": "git://github.com/krux/prescribe.git" }, "main": "dist/prescribe.js", "author": { "name": "Derek Brans", "web": "http://github.com/dbrans" }, "maintainers": [ { "name": "Joshua Newman", "web": "https://github.com/jnewman" } ], "config": { "ports": { "cdn": "8080" }, "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "babel": { "presets": [ "es2015-loose" ], "plugins": [ "transform-object-assign", "transform-es3-property-literals", "transform-es3-member-expression-literals" ], "comments": true, "compact": false }, "scripts": { "build": "gulp build", "clean": "gulp clean", "doc": "gulp doc", "lint": "gulp lint", "semantic-release": "semantic-release pre && gulp build && npm publish && semantic-release post", "start": "gulp serve", "tdd": "gulp tdd", "tdd:coverage": "gulp tdd:coverage", "test": "gulp test", "test:ci": "gulp test:ci", "test:cross-browser": "gulp test:cross-browser", "test:debug": "gulp test:debug", "test:nocoverage": "gulp test:nocoverage" }, "devDependencies": { "babel-core": "6.18.2", "babel-eslint": "7.1.1", "babel-loader": "6.2.7", "babel-plugin-transform-es3-member-expression-literals": "6.8.0", "babel-plugin-transform-es3-property-literals": "6.8.0", "babel-plugin-transform-object-assign": "6.8.0", "babel-plugin-transform-runtime": "6.15.0", "babel-preset-es2015": "6.18.0", "babel-preset-es2015-loose": "8.0.0", "babel-register": "6.18.0", "babelify": "7.3.0", "cz-conventional-changelog": "1.2.0", "del": "2.2.2", "eslint": "3.9.0", "expect.js": "0.3.1", "gulp": "3.9.1", "gulp-babel": "6.1.2", "gulp-esdoc": "0.3.0", "gulp-eslint": "3.0.1", "gulp-filter": "4.0.0", "gulp-header": "1.8.8", "gulp-jscs": "4.0.0", "gulp-rename": "1.2.2", "gulp-strip-debug": "1.1.0", "gulp-uglify": "2.0.0", "gulp-util": "3.0.7", "isparta": "4.0.0", "isparta-loader": "2.0.0", "istanbul": "0.4.5", "jscs": "3.0.7", "json-loader": "0.5.4", "karma": "1.3.0", "karma-babel-preprocessor": "6.0.1", "karma-coverage": "1.1.1", "karma-coveralls": "1.1.2", "karma-expect": "1.1.3", "karma-mocha": "1.3.0", "karma-mocha-reporter": "2.2.1", "karma-phantomjs-launcher": "1.0.2", "karma-sauce-launcher": "1.1.0", "karma-sinon": "1.0.5", "karma-webpack": "1.8.0", "lolex": "1.5.2", "mocha": "3.1.2", "phantomjs-prebuilt": "2.1.13", "process": "0.11.9", "semantic-release": "^6.3.2", "sinon": "1.17.6", "watchify": "3.7.0", "webpack": "1.13.3", "webpack-dev-server": "1.16.2", "webpack-stream": "3.2.0" } }