blob: b1738a104d073f44fa4a019064caa68abd9895e2 [file] [log] [blame]
{
"name": "nifi-fds",
"version": "0.0.1",
"scripts": {
"build": "./node_modules/grunt-cli/bin/grunt compile-fds-styles",
"test": "./node_modules/protractor/bin/webdriver-manager update --gecko false && karma start karma.conf.js --single-run",
"test:dev": "./node_modules/protractor/bin/webdriver-manager update --gecko false && karma start karma.conf.js"
},
"description": "The Apache NiFi Fluid Design System module is an atomic reusable platform providing consistent set of UI/UX components for open source friendly web applications to consume.",
"module": "./platform/core/fluid-design-system.module.js",
"keywords": [
"fluid design system",
"angular",
"material",
"material design",
"components",
"reusable",
"covalent"
],
"repository": {
"type": "git",
"url": "https://github.com/apache/nifi-fds.git"
},
"bugs": {
"url": "https://github.com/apache/nifi-fds/issues"
},
"license": "Apache License, Version 2.0",
"author": "Scott Aslan",
"contributors": [
"Scott Aslan <scottyaslan@gmail.com>"
],
"dependencies": {
"jquery": "3.2.1",
"rxjs": "5.4.3",
"systemjs": "0.20.17",
"systemjs-plugin-text": "0.0.11",
"zone.js": "0.8.7",
"@angular/animations": "4.4.6",
"@angular/cdk": "2.0.0-beta.12",
"@angular/common": "4.4.6",
"@angular/compiler": "4.4.6",
"@angular/core": "4.4.6",
"@angular/flex-layout": "2.0.0-beta.9",
"@angular/forms": "4.4.6",
"@angular/http": "4.4.6",
"@angular/material": "2.0.0-beta.12",
"@angular/platform-browser": "4.4.6",
"@angular/platform-browser-dynamic": "4.4.6",
"@angular/router": "4.4.6",
"roboto-fontface": "0.7.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "^0.8.0",
"grunt-cli": "1.2.0",
"grunt-contrib-compress": "1.4.3",
"grunt-sass": "2.0.0",
"jasmine-core": "2.8.0",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.1",
"karma-jasmine-html-reporter": "0.2.2",
"karma-spec-reporter": "0.0.31",
"load-grunt-tasks": "3.5.2",
"protractor": "4.0.14"
}
}