UNPKG

halfcab

Version:

A simple universal JavaScript framework focused on making use of es2015 template strings to build components.

69 lines (68 loc) 1.81 kB
{ "name": "halfcab", "version": "8.0.1", "description": "A simple universal JavaScript framework focused on making use of es2015 template strings to build components.", "main": "halfcab.mjs", "module": "halfcab.mjs", "jsnext:main": "halfcab.mjs", "@std/esm": true, "scripts": { "test": "mocha --require @std/esm test.mjs **/test.mjs", "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "versionbump:fix": "npm version patch --no-git-tag-version", "versionbump:feature": "npm version minor --no-git-tag-version", "versionbump:breakingchanges": "npm version major --no-git-tag-version", "npm-publish": "npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/lorengreenfield/halfcab.git" }, "keywords": [ "newschool", "oldschool", "data", "binding", "es2015", "es6", "component" ], "author": "Loren Greenfield", "license": "MIT", "bugs": { "url": "https://github.com/lorengreenfield/halfcab/issues" }, "homepage": "https://github.com/lorengreenfield/halfcab#readme", "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.0", "dirty-chai": "^2.0.1", "jsdom": "^11.3.0", "jsdom-global": "^3.0.2", "mocha": "^4.0.1", "mocha-lcov-reporter": "^1.3.0", "nyc": "^11.3.0", "pelo": "0.0.4", "sinon": "^4.0.2", "sinon-chai": "^2.14.0" }, "dependencies": { "@std/esm": "^0.18.0", "axios": "^0.17.0", "bel": "^5.1.5", "csjs-inject": "^1.0.1", "deepmerge": "^2.0.1", "event-emitter": "^0.3.5", "html-entities": "^1.2.1", "marked": "^0.3.9", "nanomorph": "^5.1.3", "qs": "^6.5.1", "reify": "*", "shifty-router": "^0.1.1" }, "nyc": { "extension": [ ".mjs" ] } }