ng-semantic-ui-aot
Version:
Angular2 building blocks based on Semantic UI
72 lines (71 loc) • 2.19 kB
JSON
{
"name": "ng-semantic-ui-aot",
"version": "0.0.5",
"main": "./ng-semantic.js",
"description": "Angular2 building blocks based on Semantic UI",
"scripts": {
"demo:lint": "tslint -c ./tslint.json 'demo/app/**/*.ts'",
"library:lint": "tslint -c ./tslint.json 'src/**/*.ts'",
"demo:server": "node tools/server.js",
"tsc": "tsc",
"tsc:w": "tsc -w -p ./demo",
"start": "tsc && concurrently \"tsc -w\" \"npm run tsc:w\" \"lite-server -c tools/dev.config.js\" ",
"prepublish": "npm run demo:lint",
"library:bundle": "tsc && rm -rf bundles && node tools/library.builder.js",
"demo:bundle": "tsc -p './demo' && node tools/demo.builder.js",
"build": "rimraf dist && ngc -p src/tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/sombra-bohdan-smachylo/ngSemantic"
},
"engines": {
"node": ">= 5.4.1"
},
"keywords": [
"angular",
"angular4",
"semanticui",
"semantic-ui"
],
"author": "Bohdan Smachylo",
"bugs": {
"url": "https://github.com/sombra-bohdan-smachylo/ngSemantic/issues"
},
"typings": "./ng-semantic.d.ts",
"homepage": "https://ng-semantic.herokuapp.com/",
"license": "MIT",
"devDependencies": {
"@angular/common": "~4.0.3",
"@angular/compiler": "~4.0.3",
"@angular/compiler-cli": "~4.0.3",
"@angular/core": "~4.0.3",
"@angular/forms": "~4.0.3",
"@angular/http": "~4.0.3",
"@angular/platform-browser": "~4.0.3",
"@angular/platform-browser-dynamic": "~4.0.3",
"@angular/router": "~4.0.3",
"@angular/upgrade": "~4.0.3",
"@types/jasmine": "~2.8.3",
"@types/jquery": "^3.3.1",
"@types/node": "^6.0.46",
"codelyzer": "^4.0.1",
"concurrently": "^2.2.0",
"core-js": "^2.4.1",
"lite-server": "^2.2.2",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.5.6",
"systemjs": "^0.19.27",
"systemjs-builder": "^0.15.26",
"tslint": "~5.9.1",
"typescript": "~2.7.2",
"zone.js": "^0.8.19"
},
"peerDependencies": {
"@angular/common": ">= 4.0.3",
"@angular/compiler": ">= 4.0.3",
"@angular/core": ">= 4.0.3",
"@angular/forms": ">= 4.0.3",
"typescript": "^2.3.0"
}
}