blob: a73ea8151e706427c026e8556f31b951f91c9f1c [file] [log] [blame]
{
"//": "Licensed to the Apache Software Foundation (ASF) under one or more",
"//": "contributor license agreements. See the NOTICE file distributed with",
"//": "this work for additional information regarding copyright ownership.",
"//": "The ASF licenses this file to You under the Apache License, Version 2.0",
"//": "(the \"License\"); you may not use this file except in compliance with",
"//": "the License. You may obtain a copy of the License at",
"//": "",
"//": "http://www.apache.org/licenses/LICENSE-2.0",
"//": "",
"//": "Unless required by applicable law or agreed to in writing, software",
"//": "distributed under the License is distributed on an \"AS IS\" BASIS,",
"//": "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
"//": "See the License for the specific language governing permissions and",
"//": "limitations under the License.",
"name": "nifi-fds",
"version": "0.0.0",
"scripts": {
"start": "./node_modules/http-server/bin/http-server .",
"build:demo-app": "./node_modules/grunt-cli/bin/grunt compile-fds-demo-styles",
"build:platform": "./node_modules/grunt-cli/bin/grunt compile-fds-styles",
"clean:install": "bash ./scripts/clean-install",
"clean:install:skipTests": "bash ./scripts/clean-install-skipTests",
"dev:install": "bash ./scripts/dev-install",
"dev:install:skipTests": "bash ./scripts/dev-install-skipTests",
"publish": "bash ./scripts/npm-publish",
"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 Flow 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/flow-design-system.module.js",
"keywords": [
"flow design system",
"angular",
"material",
"material design",
"components",
"reusable",
"nifi-fds",
"covalent"
],
"repository": {
"type": "git",
"url": "https://github.com/apache/nifi-fds.git"
},
"bugs": {
"url": "https://github.com/apache/nifi-fds/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "5.2.0",
"@angular/cdk": "5.2.0",
"@angular/common": "5.2.0",
"@angular/compiler": "5.2.0",
"@angular/core": "5.2.0",
"@angular/flex-layout": "5.0.0-beta.14",
"@angular/forms": "5.2.0",
"@angular/http": "5.2.0",
"@angular/material": "5.2.0",
"@angular/platform-browser": "5.2.0",
"@angular/platform-browser-dynamic": "5.2.0",
"@angular/router": "5.2.0",
"@covalent/core": "1.0.0",
"detect-libc": "1.0.3",
"font-awesome": "4.7.0",
"hammerjs": "2.0.8",
"jquery": "3.3.1",
"roboto-fontface": "0.9.0",
"rxjs": "5.5.6",
"systemjs": "0.21.3",
"systemjs-plugin-text": "0.0.11",
"zone.js": "0.8.26"
},
"devDependencies": {
"grunt": "1.0.2",
"grunt-bump": "0.8.0",
"grunt-cli": "1.2.0",
"grunt-contrib-compress": "1.4.3",
"grunt-sass": "2.1.0",
"http-server": "0.11.1",
"jasmine": "3.1.0",
"karma": "2.0.2",
"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": "1.0.0",
"karma-spec-reporter": "0.0.32",
"load-grunt-tasks": "3.5.2",
"protractor": "5.3.1"
}
}