xenos
Version:
Xenos is a data grid built upon angular2 and bootstrap.
40 lines (39 loc) • 996 B
JSON
{
"name": "xenos",
"version": "0.8.0",
"description": "Xenos is a data grid built upon angular2 and bootstrap.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crystalbyte/xenos.git"
},
"keywords": [
"grid",
"bootstrap",
"bs",
"angular"
],
"author": "Alexander Wieser <alexander.wieser@crystalbyte.de>",
"license": "ISC",
"bugs": {
"url": "https://github.com/crystalbyte/xenos/issues"
},
"homepage": "https://github.com/crystalbyte/xenos#readme",
"dependencies": {
"@angular/common": "^2.4.9",
"@angular/compiler": "^2.4.9",
"@angular/core": "^2.4.9",
"@angular/forms": "^2.4.9",
"bootstrap": "^3.3.6",
"rxjs": "^5.0.1",
"zone.js": "^0.7.2"
},
"devDependencies": {
"less": "^2.7.1",
"less-plugin-clean-css": "^1.5.1",
"typings": "^1.3.2"
}
}