blob: 5129eb476fa6b2a26a7ee7c37572d3297599f638 [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-registry",
"version": "0.0.1",
"description": "",
"scripts": {
"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"
},
"keywords": [],
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/apache/nifi-registry"
},
"dependencies": {
"querystring": "0.2.0",
"reset-css": "4.0.1",
"rxjs": "5.5.6",
"superagent": "3.8.3",
"systemjs": "0.21.3",
"systemjs-plugin-text": "0.0.11",
"zone.js": "0.8.26",
"tslib": "1.8.0",
"material-design-icons": "3.0.1",
"jquery": "3.3.1",
"@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",
"angular2-jwt": "0.2.3",
"@covalent/core": "1.0.0",
"@nifi-fds/core": "0.1.0",
"angular2-moment": "1.9.0",
"font-awesome": "4.7.0",
"moment": "2.22.1",
"hammerjs": "2.0.8",
"roboto-fontface": "0.9.0"
},
"devDependencies": {
"grunt": "1.0.3",
"grunt-cli": "1.3.0",
"grunt-contrib-compress": "1.4.3",
"grunt-sass": "3.0.1",
"node-sass": "4.9.3",
"grunt-systemjs-builder": "1.0.0",
"jasmine-core": "3.2.1",
"karma": "3.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage": "1.1.2",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "1.3.0",
"karma-spec-reporter": "0.0.32",
"load-grunt-tasks": "4.0.0",
"protractor": "5.4.0"
},
"bundleDependencies": [],
"private": true
}