Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed May 16, 2023
1 parent 958db79 commit fde9774
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
{
"name": "@fleetbase/iam-engine",
"version": "0.0.1",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
],
"repository": "",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"description": "Fleetbase IAM extension provides identity and access management module for managing users, permissions and policies.",
"keywords": [
"fleetbase-extension",
"identity-access-management",
"fleetbase-iam",
"fleetbase-policy-management",
"fleetbase",
"ember-addon",
"ember-engine"
],
"repository": "https://github.com/fleetbase/iam-engine",
"license": "MIT",
"author": "Fleetbase Pte Ltd <[email protected]>",
"directories": {
"app": "app",
"addon": "addon",
"tests": "tests"
},
"scripts": {
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
Expand Down

0 comments on commit fde9774

Please sign in to comment.