Skip to content

Commit

Permalink
Merge pull request #2 from darrellodonnell/main
Browse files Browse the repository at this point in the history
initial setup
  • Loading branch information
darrellodonnell authored May 18, 2024
2 parents 869b50a + 9f492c5 commit 5d9cf7e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,30 @@
{
"name": "spec-up",
"version": "0.10.6",
"version": "0.10.8",
"description": "Technical specification drafting tool that generates rich specification documents from markdown.",
"main": "./index",
"repository": {
"type": "git",
"url": "git+https://github.com/decentralized-identity/spec-up.git"
},
"scripts": {
"edit": "node -e \"require('./index')()\"",
"render": "node -e \"require('./index')({ nowatch: true })\"",
"dev": "node -e \"require('./index')({ dev: true })\""
"edit": "node -e \"require('spec-up')()\"",
"render": "node -e \"require('spec-up')({ nowatch: true })\"",
"dev": "node -e \"require('spec-up')({ dev: true })\""
},
"keywords": [
"spec",
"specs",
"markdown",
"editor",
"standards"
],
"keywords": ["spec", "specs", "markdown", "editor", "standards"],
"author": "Daniel Buchner",
"license": "Apache 2.0",
"license": "apache-2.0",
"bugs": {
"url": "https://github.com/decentralized-identity/spec-up/issues"
},
"homepage": "https://github.com/decentralized-identity/spec-up#readme",
"dependencies": {
"@traptitech/markdown-it-katex": "3.3.0",
"axios": "0.21.2",
"axios": "^1.6.3",
"find-pkg-dir": "2.0.0",
"fs-extra": "8.1.0",
"gulp": "4.0.2",
"gulp": "^3.9.1",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-terser": "1.2.0",
Expand All @@ -55,6 +49,13 @@
"merge-stream": "2.0.0",
"pkg-dir": "4.2.0",
"prismjs": ">=1.24.0",
"spec-up": ">=0.10.8"
"yargs": "16.2.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
},
"resolutions": {
"graceful-fs": "^4.2.11"
}
}
14 changes: 8 additions & 6 deletions spec/title.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
ToIP Template Specification
ToIP Technical Architecture Specification
==================

**Specification Status**: v1.0 Draft

**Latest Draft:**

[https://github.com/trustoverip/specification-template](https://github.com/trustoverip/specification-template)
[https://github.com/trustoverip/specification-template](https://github.com/trustoverip/tswg-tech-architecture-spec)

**Editors:**

- [Kevin Griffin](https://github.com/m00sey), [GLEIF](https://gleif.org)
- [Drummond Reed](https://github.com/talltree)

**Contributors:**

- [Darrell O'Donnell](https://github.com/darrellodonnell), [Continuum Loop Inc.](https://www.continuumloop.com)

**Participate:**

~ [GitHub repo](https://github.com/trustoverip/specification-template)
~ [Commit history](https://github.com/trustoverip/specification-template/commits/main)
~ [GitHub repo](https://github.com/trustoverip/tswg-tech-architecture-spec)
~ [Commit history](https://github.com/tswg-tech-architecture-spec/commits/main)

------------------------------------

[//]: # (Pandoc Formatting Macros)

[//]: # (\maketitle)

[//]: # (\newpage)
[//]: # (\newpage)

0 comments on commit 5d9cf7e

Please sign in to comment.