UNPKG

htmlonline

Version:
51 lines (50 loc) 1.46 kB
{ "name": "htmlonline", "version": "2.0.25", "description": "html file transfrom", "main": "./build/lib/htmlonline.js", "bin": "./build/index.js", "watch": { "test": { "patterns": ["src", "test"], "extensions": "js,html", "quiet": true } }, "scripts": { "build": "babel src/ --out-dir build/", "test": "npm run build && mocha ./test/test.js", "watch": "npm-watch", "publish-npm": "npm run build && npm publish", "starry-dev": "starry-plugin-helper -c ./config.json -d", "starry": "starry-plugin-helper -c ./config.json " }, "repository": { "type": "git", "url": "git@github.com:qingying/htmlonline.git" }, "author": "qingying", "license": "MIT", "dependencies": { "yargs": "~5.0.0", "cheerio": "0.22.0", "path": "~0.12.7", "request": "~2.74.0", "colour": "~0.7.1", "babel-polyfill": "~6.13.0", "@ali/starry-plugin-helper": "0.0.25" }, "devDependencies": { "webpack": "~1.13.2", "babel-cli": "^6.0.0", "babel-core": "^6.6.x", "babel-preset-es2015": "*", "babel-preset-stage-0": "*", "babel-preset-stage-1": "*", "babel-preset-stage-2": "*", "babel-preset-stage-3": "*", "npm-watch": "*", "mocha": "~3.1.0", "commander": "~2.9.0" } }