ngx-resizable
Version:
Resizable angular2 module
54 lines • 1.48 kB
JSON
{
"name": "ngx-resizable",
"version": "0.0.1",
"description": "Resizable angular2 module",
"main": "index.js",
"scripts": {
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" ",
"postinstall": "typings install",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoderAjay/ng2Resizeable.git"
},
"keywords": [
"Resizable",
"angular2",
"module",
"typescript",
"CoderAjay"
],
"author": "Ajay Singh <meajaysingh@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoderAjay/ng2Resizeable/issues"
},
"homepage": "https://github.com/CoderAjay/ng2Resizeable#readme",
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"@angular/upgrade": "2.0.0-rc.1",
"systemjs": "0.19.27",
"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12",
"angular2-in-memory-web-api": "0.0.7",
"bootstrap": "^3.3.6"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"typescript": "^1.8.10",
"typings": "^0.8.1"
}
}