UNPKG

ap-angular-sortablejs

Version:
62 lines (61 loc) 1.53 kB
{ "name": "ap-angular-sortablejs", "version": "1.4.2", "description": "SortableJS for Angular 2+", "main": "./dist/index.js", "typings": "./dist/index", "scripts": { "clean": "rimraf ./dist/* ./codegen/*", "build": "tsc", "prebuild": "npm run clean", "build-dist": "ngc -p tsconfig-dist.json", "prebuild-dist": "npm run clean", "prepublish": "npm run tslint && npm run build-dist", "tslint": "tslint ./app/**/*.ts -t verbose" }, "repository": { "type": "git", "url": "git+https://github.com/lbertenasco/ap-angular-sortablejs.git" }, "keywords": [ "angular2-sortable", "angular2-sortablejs", "angular-sortable", "angular-sortablejs", "ng2-sortable", "ng2-sortablejs", "ng-sortable", "ng-sortablejs" ], "author": "smnbbrv", "license": "MIT", "bugs": { "url": "https://github.com/lbertenasco/ap-angular-sortablejs/issues" }, "homepage": "https://github.com/lbertenasco/ap-angular-sortablejs#readme", "dependencies": { "sortablejs": "1.5.1" }, "devDependencies": { "@angular/compiler": "4.0.1", "@angular/compiler-cli": "4.0.1", "@angular/core": "4.0.1", "@types/node": "7.0.12", "@types/sortablejs": "1.3.31", "@types/systemjs": "0.20.2", "git-validate": "2.2.2", "rimraf": "2.6.1", "rxjs": "5.3.0", "tslint": "5.1.0", "typescript": "2.2.2" }, "peerDependencies": { "@angular/core": "4.0.1" }, "files": [ "dist/" ], "pre-commit": [ "tslint" ] }