2020-06-11 12:21:36 +00:00

67 lines
2.1 KiB
JSON

{
"_from": "github:StephanHoyer/mithril.js#rewrite",
"_id": "mithril@1.0.0",
"_inBundle": false,
"_integrity": "",
"_location": "/mithril",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "mithril@github:StephanHoyer/mithril.js#rewrite",
"name": "mithril",
"escapedName": "mithril",
"rawSpec": "github:StephanHoyer/mithril.js#rewrite",
"saveSpec": "github:StephanHoyer/mithril.js#rewrite",
"fetchSpec": null,
"gitCommittish": "rewrite"
},
"_requiredBy": [
"/"
],
"_resolved": "github:StephanHoyer/mithril.js#5faa9968050d7d944b6e0090bbae4d6178b16e07",
"_spec": "mithril@github:StephanHoyer/mithril.js#rewrite",
"_where": "/mnt/nvme/www/html/cakePHP/gradido_single_dev_node/websrc",
"author": {
"name": "Leo Horie"
},
"bin": {
"ospec": "./ospec/bin/ospec",
"bundle": "./bundler/bin/bundle"
},
"bugs": {
"url": "https://github.com/lhorie/mithril.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A framework for building brilliant applications",
"devDependencies": {
"eslint": "^2.10.2",
"istanbul": "^0.4.3",
"marked": "^0.3.6"
},
"homepage": "https://github.com/lhorie/mithril.js#readme",
"license": "MIT",
"main": "mithril.js",
"name": "mithril",
"repository": {
"type": "git",
"url": "git+https://github.com/lhorie/mithril.js.git"
},
"scripts": {
"build": "npm run build-browser & npm run build-min",
"build-browser": "node bundler/cli browser.js -o mithril.js",
"build-min": "node bundler/cli browser.js -o mithril.min.js -m",
"cover": "istanbul cover --print both ospec/bin/ospec",
"dev": "node bundler/cli browser.js -o mithril.js -w",
"gendocs": "node docs/generate",
"lint": "eslint .",
"lintdocs": "node docs/lint",
"posttest": "npm run lint || true",
"postversion": "git push --follow-tags",
"preversion": "npm run test",
"test": "node ospec/bin/ospec",
"version": "npm run build && npm run gendocs && git add mithril.js mithril.min.js"
},
"version": "1.0.0"
}