@evan.network/ui-angular-core
Version:
The angular-core operates as an global and central library for the evan.network Angular 5 frontend development. Using this project you will be able to to the following things:
36 lines • 835 B
JSON
{
"author": "evan GmbH",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/runtime": "^7.3.1",
"babelify": "^10.0.0"
},
"homepage": "https://evannetwork.github.io/",
"keywords": [
"blockchain",
"ethereum",
"smart-contracts",
"javascript",
"typescript",
"API",
"Angular 5",
"Ionic",
"DApp",
"SASS"
],
"license": "AGPL-3.0-only",
"main": "dist/angularcore.js",
"name": "@evan.network/ui-angular-core",
"repository": {
"type": "git",
"url": "git@github.com:evannetwork/ui-angular-core.git"
},
"scripts": {
"compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.json"
},
"typings": "dist/index.d.ts",
"version": "2.2.3"
}