connecta-maps
Version:
GEO module from Connecta Suite
56 lines (55 loc) • 1.44 kB
JSON
{
"name": "connecta-maps",
"version": "0.0.91",
"description": "GEO module from Connecta Suite",
"main": "core.js",
"scripts": {
"test": "tsc",
"watch": "tsc -w",
"lite": "lite-server",
"start": "concurrent \"npm run watch\" \"npm run lite\" ",
"typings": "typings"
},
"keywords": [
"connecta",
"maps",
"geo",
"framework",
"innovation"
],
"author": "Roger Rafael de França Costa",
"license": "ISC",
"dependencies": {
"@angular/common": "2.0.0-rc.0",
"@angular/compiler": "2.0.0-rc.0",
"@angular/core": "2.0.0-rc.0",
"@angular/http": "2.0.0-rc.0",
"@angular/platform-browser": "2.0.0-rc.0",
"@angular/platform-browser-dynamic": "2.0.0-rc.0",
"@angular/router-deprecated": "2.0.0-rc.0",
"@angular/upgrade": "2.0.0-rc.0",
"angular2-in-memory-web-api": "0.0.5",
"bootstrap": "^3.3.6",
"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.27",
"zone.js": "^0.6.12"
},
"files": [
"Readme.md"
],
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"typescript": "^1.8.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogerrafael7/connecta-maps.git"
},
"bugs": {
"url": "https://github.com/rogerrafael7/connecta-maps/issues"
},
"homepage": "https://github.com/rogerrafael7/connecta-maps#readme"
}