UNPKG

@dolphinweex/himalaya

Version:
94 lines (93 loc) 1.97 kB
{ "ava": { "require": [ "babel-register" ] }, "babel": { "presets": [ "es2015", "stage-0" ], "plugins": [], "env": { "nyc": { "plugins": [ "istanbul" ] } } }, "bugs": { "url": "https://github.com/andrejewski/himalaya/issues" }, "description": "HTML to JSON parser", "devDependencies": { "ava": "^0.25.0", "babel-core": "^6.24.0", "babel-plugin-istanbul": "^4.0.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "babelify": "^8.0.0", "browserify": "^16.0.0", "coveralls": "^3.0.0", "del": "^3.0.0", "fixpack": "^2.3.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "gulp-sourcemaps": "^2.1.1", "nyc": "^11.0.2", "pre-commit": "^1.2.2", "pre-push": "^0.1.1", "source-map-support": "^0.5.0", "standard": "^11.0.0", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" }, "homepage": "https://github.com/andrejewski/himalaya", "keywords": [ "ast", "html", "json", "parser" ], "license": "ISC", "main": "lib/index.js", "publishConfig": { "access": "public" }, "name": "@dolphinweex/himalaya", "nyc": { "include": [ "src/*.js" ], "require": [ "babel-register" ], "sourceMap": false, "instrument": false, "reporter": [ "lcov", "text" ] }, "repository": { "type": "git", "url": "git+https://github.com/andrejewski/himalaya.git" }, "scripts": { "build": "gulp build", "coveralls": "npm run report && nyc report --reporter=text-lcov | coveralls", "himalaya": "./bin/himalaya.js", "report": "NODE_ENV=nyc nyc npm test", "test": "fixpack && standard --fix && gulp --silent && ava", "test-ci": "npm run prepublish" }, "standard": { "ignore": [ "/docs/dist/**" ] }, "version": "0.1.2" }