positioning
Version:
The ng-bootstrap Positioning class as a standalone module
71 lines (70 loc) • 2.02 kB
JSON
{
"name": "positioning",
"version": "3.0.1",
"description": "The ng-bootstrap Positioning class as a standalone module",
"main": "dist/umd/positioning.js",
"typings": "dist/entry.d.ts",
"module": "dist/entry.js",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"main": "./dist/entry.js",
"types": "./dist/entry.d.ts",
"require": "./dist/umd/positioning.js",
"default": "./dist/entry.js"
}
},
"files": [
"dist"
],
"scripts": {
"test": "karma start --single-run && npm run build:dist && npm run build:clean",
"test:watch": "karma start --auto-watch",
"start": "npm run test:watch",
"build:umd": "webpack",
"build:esm": "tsc --module es2015",
"build:dist": "npm run build:esm && npm run build:umd",
"build:clean": "rm -rf dist",
"preversion": "npm test",
"postversion": "npm run build:dist && git push && npm publish && npm run build:clean",
"codecov": "cat coverage/lcov.info | codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattlewis92/positioning.git"
},
"keywords": [
"positioning",
"ng-bootstrap"
],
"author": "Matt Lewis",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattlewis92/positioning/issues"
},
"homepage": "https://github.com/mattlewis92/positioning#readme",
"devDependencies": {
"@types/chai": "^4.2.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.2",
"chai": "^4.2.0",
"codecov": "^3.5.0",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^4.2.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^5.0.1",
"mocha": "^6.2.0",
"ts-loader": "^9.5.4",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint-loader": "^3.5.4",
"typescript": "^5.9.2",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1"
}
}