-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
724b730
commit b733fa3
Showing
102 changed files
with
7,958 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
define({ | ||
"name": "majifix-jurisdiction", | ||
"version": "1.0.0", | ||
"description": "A representation of an entity (e.g municipal) responsible for addressing citizen(or customer) service request(issue).", | ||
"title": "majifix - Jurisdiction", | ||
"url": "https://majifix-jurisdiction.herokuapp.com/v1", | ||
"sampleUrl": "https://majifix-jurisdiction.herokuapp.com/v1", | ||
"template": { | ||
"withCompare": true, | ||
"withGenerator": true | ||
}, | ||
"defaultVersion": "0.0.0", | ||
"apidoc": "0.3.0", | ||
"generator": { | ||
"name": "apidoc", | ||
"time": "2018-05-23T11:42:06.429Z", | ||
"url": "http://apidocjs.com", | ||
"version": "0.17.6" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "majifix-jurisdiction", | ||
"version": "1.0.0", | ||
"description": "A representation of an entity (e.g municipal) responsible for addressing citizen(or customer) service request(issue).", | ||
"title": "majifix - Jurisdiction", | ||
"url": "https://majifix-jurisdiction.herokuapp.com/v1", | ||
"sampleUrl": "https://majifix-jurisdiction.herokuapp.com/v1", | ||
"template": { | ||
"withCompare": true, | ||
"withGenerator": true | ||
}, | ||
"defaultVersion": "0.0.0", | ||
"apidoc": "0.3.0", | ||
"generator": { | ||
"name": "apidoc", | ||
"time": "2018-05-23T11:42:06.429Z", | ||
"url": "http://apidocjs.com", | ||
"version": "0.17.6" | ||
} | ||
} |
Oops, something went wrong.