mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
7e9e9cc98c
These are already defined as dependencies (same versions), so there's no point keeping them as devDependencies. npm complains about that.
110 lines
3.1 KiB
JSON
110 lines
3.1 KiB
JSON
{
|
|
"name": "mermaid",
|
|
"version": "0.5.3",
|
|
"description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.",
|
|
"main": "src/mermaid.js",
|
|
"keywords": [
|
|
"diagram",
|
|
"markdown",
|
|
"flowchart",
|
|
"sequence diagram",
|
|
"gantt"
|
|
],
|
|
"bin": {
|
|
"mermaid": "./bin/mermaid.js"
|
|
},
|
|
"scripts": {
|
|
"watch": "watchify src/mermaid.js -o dist/mermaid.js",
|
|
"doc": "rm -r build;rm -r dist/www;gulp vartree;cp dist/www/all.html ../mermaid-pages/index.html;cp dist/mermaid.js ../mermaid-pages/javascripts/lib;cp dist/mermaid.forest.css ../mermaid-pages/stylesheets",
|
|
"test": "./node_modules/.bin/gulp dist && ./node_modules/.bin/gulp test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/knsv/mermaid"
|
|
},
|
|
"author": "Knut Sveidqvist",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^0.5.1",
|
|
"d3": "~3.4.13",
|
|
"dagre-d3": "~0.4.8",
|
|
"he": "^0.5.0",
|
|
"minimist": "^1.1.0",
|
|
"mkdirp": "^0.5.0",
|
|
"moment": "^2.9.0",
|
|
"semver": "^4.1.1",
|
|
"which": "^1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^0.9.0",
|
|
"browserify": "~6.2.0",
|
|
"clone": "^0.2.0",
|
|
"codeclimate-test-reporter": "0.0.4",
|
|
"connect-livereload": "^0.5.3",
|
|
"dateformat": "^1.0.11",
|
|
"dox": "^0.8.0",
|
|
"event-stream": "^3.2.0",
|
|
"express": "^4.12.4",
|
|
"foundation": "^4.2.1-1",
|
|
"front-matter": "^0.2.0",
|
|
"gulp": "~3.8.9",
|
|
"gulp-bower": "0.0.10",
|
|
"gulp-browserify": "^0.5.0",
|
|
"gulp-bump": "^0.1.11",
|
|
"gulp-concat": "~2.4.1",
|
|
"gulp-data": "^1.1.1",
|
|
"gulp-dox": "^0.1.6",
|
|
"gulp-ext-replace": "^0.2.0",
|
|
"gulp-filelog": "^0.4.1",
|
|
"gulp-front-matter": "^1.2.3",
|
|
"gulp-hogan": "^1.1.0",
|
|
"gulp-if": "^1.2.5",
|
|
"gulp-insert": "^0.4.0",
|
|
"gulp-istanbul": "^0.4.0",
|
|
"gulp-jasmine": "~1.0.1",
|
|
"gulp-jison": "~1.2.0",
|
|
"gulp-jshint": "^1.9.0",
|
|
"gulp-less": "^3.0.1",
|
|
"gulp-livereload": "^3.8.0",
|
|
"gulp-marked": "^1.0.0",
|
|
"gulp-mdvars": "^2.0.0",
|
|
"gulp-qunit": "~1.2.1",
|
|
"gulp-rename": "~1.2.0",
|
|
"gulp-shell": "^0.2.10",
|
|
"gulp-tag-version": "^1.2.1",
|
|
"gulp-uglify": "~1.0.1",
|
|
"gulp-vartree": "^2.0.1",
|
|
"hogan.js": "^3.0.2",
|
|
"jasmine": "~2.0.1",
|
|
"jison": "~0.4.15",
|
|
"jshint-stylish": "^1.0.0",
|
|
"karma": "~0.12.20",
|
|
"karma-chrome-launcher": "~0.1.5",
|
|
"karma-jasmine": "~0.2.1",
|
|
"karma-requirejs": "~0.2.2",
|
|
"lodash": "^2.4.1",
|
|
"lodash._escapestringchar": "^2.4.1",
|
|
"lodash._objecttypes": "^2.4.1",
|
|
"lodash._reinterpolate": "^2.4.1",
|
|
"lodash._reunescapedhtml": "^2.4.1",
|
|
"lodash.defaults": "^2.4.1",
|
|
"lodash.templatesettings": "^2.4.1",
|
|
"lodash.values": "^2.4.1",
|
|
"map-stream": "0.0.6",
|
|
"marked": "^0.3.2",
|
|
"mock-browser": "^0.90.27",
|
|
"path": "^0.4.9",
|
|
"phantomjs": "^1.9.17",
|
|
"proxyquire": "^1.3.1",
|
|
"readable-stream": "^2.0.2",
|
|
"replacestream": "^4.0.0",
|
|
"require-dir": "^0.3.0",
|
|
"rewire": "^2.1.3",
|
|
"rimraf": "^2.2.8",
|
|
"tape": "^3.0.3",
|
|
"tiny-lr": "^0.1.6",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.2.2"
|
|
}
|
|
}
|