UNPKG

aurelia-templating

Version:

An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.

97 lines (96 loc) 3.3 kB
{ "name": "aurelia-templating", "version": "1.11.1", "description": "An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.", "keywords": [ "aurelia", "templating", "html", "custom element", "databinding" ], "homepage": "http://aurelia.io", "bugs": { "url": "https://github.com/aurelia/templating/issues" }, "license": "MIT", "author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)", "main": "dist/commonjs/aurelia-templating.js", "module": "dist/native-modules/aurelia-templating.js", "typings": "dist/types/aurelia-templating.d.ts", "repository": { "type": "git", "url": "http://github.com/aurelia/templating" }, "files": [ "dist", "doc/api.json", "doc/CHANGELOG.md", "src", "typings.json", "README.md", "LICENSE" ], "scripts": { "test": "karma start --single-run", "test:watch": "karma start", "test:debugger": "karma start --browsers ChromeDebugging", "lint": "eslint .", "build": "rollup -c", "build:dts": "dts-bundle-generator -o dist/types/aurelia-templating.d.ts src/aurelia-templating.ts", "postbuild": "npm run build:dts", "typedoc": "typedoc src/aurelia-templating.ts --json doc/api.json", "posttypedoc": "node doc/cleanup.js", "changelog": "conventional-changelog -p angular -i doc/CHANGELOG.md -s", "precut-release": "npm run test && npm run lint", "cut-release": "npm run build && npm run typedoc && npm version --git-tag-version false", "postcut-release": "node doc/bower-version.js && npm run changelog" }, "dependencies": { "aurelia-binding": "^2.0.0", "aurelia-dependency-injection": "^1.0.0", "aurelia-loader": "^1.0.0", "aurelia-logging": "^1.0.0", "aurelia-metadata": "^1.0.0", "aurelia-pal": "^1.0.0", "aurelia-path": "^1.1.7", "aurelia-task-queue": "^1.1.0" }, "devDependencies": { "@rollup/plugin-typescript": "^8.3.1", "@types/estree": "^0.0.51", "@types/jasmine": "^4.0.1", "@types/node": "^17.0.23", "@types/webpack-env": "^1.16.3", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "aurelia-bootstrapper": "^2.3.3", "aurelia-framework": "^1.4.0", "aurelia-history": "^1.2.1", "aurelia-history-browser": "^1.4.0", "aurelia-loader-webpack": "^2.2.1", "aurelia-logging-console": "^1.1.1", "aurelia-pal-browser": "^1.8.1", "aurelia-polyfills": "^1.3.4", "aurelia-router": "^1.7.1", "aurelia-templating-binding": "^1.5.3", "aurelia-templating-resources": "^1.14.0", "aurelia-templating-router": "^1.4.0", "aurelia-webpack-plugin": "^5.0.3", "conventional-changelog-cli": "^2.2.2", "dts-bundle-generator": "^6.5.0", "eslint": "^8.12.0", "jasmine-core": "^4.0.1", "karma": "^6.3.17", "karma-chrome-launcher": "^3.1.0", "karma-jasmine": "^4.0.2", "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "rollup": "^2.70.1", "ts-loader": "^6.2.2", "tslib": "^2.3.1", "typedoc": "^0.22.13", "typescript": "^4.6.3", "webpack": "^5.70.0" } }