UNPKG

hyperscript.org

Version:

a small scripting language for the web

50 lines (49 loc) 1.35 kB
{ "name": "hyperscript.org", "description": "a small scripting language for the web", "keywords": [ "scripting", "HTML" ], "version": "0.9.6", "homepage": "https://hyperscript.org/", "bugs": { "url": "https://github.com/bigskysoftware/_hyperscript/issues" }, "license": "BSD 2-Clause", "files": [ "LICENSE", "README.md", "src/*" ], "main": "dist/_hyperscript.js", "bin": { "_hyperscript": "src/bin/node-hyperscript.js" }, "scripts": { "test": "mocha-chrome test/index.html", "dist": "cp -r src/* dist/ && npm run-script terser && gzip -k -f dist/_hyperscript.min.js > dist/_hyperscript.min.js.gz && exit", "www": "node scripts/www.js", "terser": "terser dist/_hyperscript.js > dist/_hyperscript.min.js && terser dist/hdb.js > dist/hdb.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/bigskysoftware/_hyperscript.git" }, "devDependencies": { "@11ty/eleventy": "^0.10.0", "chai": "^4.2.0", "fs-extra": "^9.0.0", "markdown-it": "^12.3.2", "markdown-it-anchor": "^8.4.1", "markdown-it-attrs": "^4.1.3", "markdown-it-table-of-contents": "^0.6.0", "mocha": "^7.1.1", "mocha-chrome": "^2.2.0", "sinon": "^9.0.2" }, "dependencies": { "markdown-it-deflist": "^2.1.0", "terser": "^5.14.1" } }