bia-framework
Version:
Bia Framework to work with angular 2
53 lines (52 loc) • 1.47 kB
JSON
{
"name": "bia-framework",
"version": "1.1.108",
"description": "Bia Framework to work with angular 2",
"main": "index.js",
"scripts": {
"update-framework": "npm version patch && npm publish",
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
"postinstall": "typings install",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings"
},
"repository": {
"type": "git",
"url": "https://biapp.visualstudio.com/_git/bia_ui_framework "
},
"keywords": [
"bia",
"ui"
],
"author": "Jackes David",
"license": "UNLICENSED",
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.1",
"@angular/router-deprecated": "2.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.4",
"angular2-in-memory-web-api": "0.0.14",
"core-js": "^2.4.0",
"gsap": "^1.18.5",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"snapsvg": "adobe-webplatform/Snap.svg.git",
"systemjs": "0.19.27",
"zone.js": "^0.6.12"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"typescript": "^1.8.10",
"typings": "^1.0.4",
"jquery": "^3.0.0"
}
}