positioning
Version:
The ng-bootstrap Positioning class as a standalone module
61 lines (60 loc) • 1.8 kB
JSON
{
"name": "positioning",
"version": "2.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",
"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",
"@types/webpack": "^4.32.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": "^4.0.2",
"mocha": "^6.2.0",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint-loader": "^3.5.4",
"typescript": "^3.5.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.7"
}
}