-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from apiaryio/kubula/add_commonmark
Support 2 markdown renderers = Robotskirt & markdown-it
- Loading branch information
Showing
15 changed files
with
555 additions
and
144 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,10 +9,13 @@ | |
"precompile": "npm run lint", | ||
"compile": "coffee -b -c -o lib/ src/", | ||
"server-test": "mocha --compilers coffee:coffee-script/register -R spec --recursive --timeout 5000", | ||
"browser-test": "echo 'Skipping `karma start` because robotskirt does not run in browser - we can turn on browser tests only when we migrate to something else...'", | ||
"test": "npm run lint && npm run server-test && npm run browser-test", | ||
"test": "npm run lint && npm run server-test", | ||
"prepublish": "npm run compile" | ||
}, | ||
"engines": { | ||
"node": "", | ||
"npm": "" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]:apiaryio/metamorphoses.git" | ||
|
@@ -24,11 +27,10 @@ | |
}, | ||
"homepage": "https://github.com/apiaryio/metamorphoses", | ||
"dependencies": { | ||
"blueprint-markdown-renderer": "^0.2.3", | ||
"lodash": "^3.10.1", | ||
"lodash-api-description": "0.0.2", | ||
"media-typer": "^0.3.0", | ||
"robotskirt": "^2.7.1", | ||
"sanitizer": "^0.1.2" | ||
"media-typer": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@apiaryio/swagger-zoo": "1.0.0", | ||
|
@@ -38,12 +40,6 @@ | |
"coffeeify": "^1.1.0", | ||
"coffeelint": "^1.11.1", | ||
"drafter": "^0.2.8", | ||
"karma": "^0.13.9", | ||
"karma-browserify": "^4.3.0", | ||
"karma-chai": "^0.1.0", | ||
"karma-firefox-launcher": "^0.1.6", | ||
"karma-mocha": "^0.2.0", | ||
"karma-mocha-reporter": "^1.1.1", | ||
"mocha": "^2.3.0", | ||
"protagonist": "1.3.2", | ||
"sinon": "^1.17.2" | ||
|
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
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
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
Oops, something went wrong.