2014-11-03 00:02:29 +01:00
|
|
|
{
|
|
|
|
"name": "mermaid",
|
2015-06-21 17:26:19 +02:00
|
|
|
"version": "0.5.1",
|
2015-03-01 16:48:16 +01:00
|
|
|
"description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.",
|
2015-06-07 09:21:19 +02:00
|
|
|
"main": "src/mermaid.js",
|
2015-03-01 16:48:16 +01:00
|
|
|
"keywords": [
|
|
|
|
"diagram",
|
|
|
|
"markdown",
|
|
|
|
"flowchart",
|
|
|
|
"sequence diagram",
|
|
|
|
"gantt"
|
|
|
|
],
|
2014-12-20 17:18:38 -08:00
|
|
|
"bin": {
|
|
|
|
"mermaid": "./bin/mermaid.js"
|
|
|
|
},
|
2014-11-03 00:02:29 +01:00
|
|
|
"scripts": {
|
2014-12-21 11:25:31 +01:00
|
|
|
"test": "gulp test"
|
2014-11-03 00:02:29 +01:00
|
|
|
},
|
2014-11-22 17:53:02 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-12-04 15:16:40 -05:00
|
|
|
"url": "https://github.com/knsv/mermaid"
|
2014-11-22 17:53:02 +01:00
|
|
|
},
|
2015-03-01 16:48:16 +01:00
|
|
|
"author": "Knut Sveidqvist",
|
2014-12-09 20:42:31 +01:00
|
|
|
"license": "MIT",
|
2014-12-02 19:05:09 +01:00
|
|
|
"dependencies": {
|
2014-12-20 17:18:38 -08:00
|
|
|
"chalk": "^0.5.1",
|
2015-01-20 16:54:22 +11:00
|
|
|
"d3": "~3.4.13",
|
2015-05-28 23:02:41 +02:00
|
|
|
"dagre-d3": "~0.4.8",
|
2014-12-02 19:05:09 +01:00
|
|
|
"he": "^0.5.0",
|
2014-12-20 17:18:38 -08:00
|
|
|
"minimist": "^1.1.0",
|
|
|
|
"mkdirp": "^0.5.0",
|
2015-02-08 20:07:15 +01:00
|
|
|
"moment": "^2.9.0",
|
2014-12-20 17:18:38 -08:00
|
|
|
"semver": "^4.1.1",
|
|
|
|
"which": "^1.0.8"
|
2014-12-02 19:05:09 +01:00
|
|
|
},
|
2014-11-03 00:02:29 +01:00
|
|
|
"devDependencies": {
|
2014-12-20 17:40:58 -08:00
|
|
|
"async": "^0.9.0",
|
2014-11-22 17:53:02 +01:00
|
|
|
"browserify": "~6.2.0",
|
2014-12-20 17:40:58 -08:00
|
|
|
"clone": "^0.2.0",
|
2014-12-03 18:12:33 +01:00
|
|
|
"codeclimate-test-reporter": "0.0.4",
|
2015-06-20 20:58:58 +02:00
|
|
|
"connect-livereload": "^0.5.3",
|
2014-11-22 17:53:02 +01:00
|
|
|
"d3": "~3.4.13",
|
2015-03-15 14:55:16 +01:00
|
|
|
"dateformat": "^1.0.11",
|
2015-01-04 17:56:58 +01:00
|
|
|
"event-stream": "^3.2.0",
|
2015-06-20 20:58:58 +02:00
|
|
|
"express": "^4.12.4",
|
2015-01-04 17:56:58 +01:00
|
|
|
"foundation": "^4.2.1-1",
|
|
|
|
"front-matter": "^0.2.0",
|
2015-07-22 01:00:45 -04:00
|
|
|
"gulp": "~3.8.9",
|
2015-07-22 00:36:31 -04:00
|
|
|
"gulp-bower": "0.0.10",
|
2014-11-25 23:16:44 +01:00
|
|
|
"gulp-browserify": "^0.5.0",
|
2014-12-03 19:29:44 +01:00
|
|
|
"gulp-bump": "^0.1.11",
|
2014-11-22 17:53:02 +01:00
|
|
|
"gulp-concat": "~2.4.1",
|
2015-01-04 17:56:58 +01:00
|
|
|
"gulp-data": "^1.1.1",
|
2014-11-22 17:53:02 +01:00
|
|
|
"gulp-ext-replace": "~0.1.0",
|
2015-06-14 09:51:42 +02:00
|
|
|
"gulp-filelog": "^0.4.1",
|
2015-01-04 17:56:58 +01:00
|
|
|
"gulp-hogan": "^1.1.0",
|
2015-06-20 20:58:58 +02:00
|
|
|
"gulp-if": "^1.2.5",
|
2015-03-07 12:28:52 +01:00
|
|
|
"gulp-insert": "^0.4.0",
|
2014-11-27 18:21:15 +01:00
|
|
|
"gulp-istanbul": "^0.4.0",
|
2014-11-22 17:53:02 +01:00
|
|
|
"gulp-jasmine": "~1.0.1",
|
2015-06-14 09:51:42 +02:00
|
|
|
"gulp-jison": "~1.2.0",
|
2014-12-09 22:17:07 -08:00
|
|
|
"gulp-jshint": "^1.9.0",
|
2015-03-01 16:29:41 +01:00
|
|
|
"gulp-less": "^3.0.1",
|
2015-06-20 20:58:58 +02:00
|
|
|
"gulp-livereload": "^3.8.0",
|
2015-07-22 00:36:31 -04:00
|
|
|
"gulp-qunit": "~1.2.1",
|
2014-11-22 17:53:02 +01:00
|
|
|
"gulp-rename": "~1.2.0",
|
2014-11-25 23:16:44 +01:00
|
|
|
"gulp-shell": "^0.2.10",
|
2014-12-03 19:29:44 +01:00
|
|
|
"gulp-tag-version": "^1.2.1",
|
2014-11-22 17:53:02 +01:00
|
|
|
"gulp-uglify": "~1.0.1",
|
2014-11-25 22:58:57 +01:00
|
|
|
"he": "^0.5.0",
|
2015-01-04 17:56:58 +01:00
|
|
|
"hogan.js": "^3.0.2",
|
2014-11-22 17:53:02 +01:00
|
|
|
"jasmine": "~2.0.1",
|
|
|
|
"jison": "~0.4.15",
|
2014-12-09 22:17:07 -08:00
|
|
|
"jshint-stylish": "^1.0.0",
|
2015-07-22 01:00:45 -04:00
|
|
|
"karma": "~0.12.20",
|
2014-11-04 07:45:23 +01:00
|
|
|
"karma-chrome-launcher": "~0.1.5",
|
2014-11-22 17:53:02 +01:00
|
|
|
"karma-jasmine": "~0.2.1",
|
2014-11-13 19:51:05 +01:00
|
|
|
"karma-requirejs": "~0.2.2",
|
2015-07-22 01:00:45 -04:00
|
|
|
"lodash": "^2.4.1",
|
2014-11-22 17:53:02 +01:00
|
|
|
"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",
|
2014-11-27 18:21:15 +01:00
|
|
|
"lodash.values": "^2.4.1",
|
2015-01-04 17:56:58 +01:00
|
|
|
"marked": "^0.3.2",
|
2014-11-27 18:21:15 +01:00
|
|
|
"mock-browser": "^0.90.27",
|
2014-12-03 18:12:33 +01:00
|
|
|
"path": "^0.4.9",
|
2015-06-21 17:26:19 +02:00
|
|
|
"phantomjs": "^1.9.17",
|
2015-01-20 16:54:22 +11:00
|
|
|
"proxyquire": "^1.3.1",
|
2015-05-26 20:41:53 +02:00
|
|
|
"require-dir": "^0.3.0",
|
2014-12-20 17:40:58 -08:00
|
|
|
"rewire": "^2.1.3",
|
|
|
|
"rimraf": "^2.2.8",
|
2015-06-20 20:58:58 +02:00
|
|
|
"tape": "^3.0.3",
|
|
|
|
"tiny-lr": "^0.1.6",
|
|
|
|
"vinyl-source-stream": "^1.1.0",
|
|
|
|
"watchify": "^3.2.2"
|
2014-11-03 00:02:29 +01:00
|
|
|
}
|
|
|
|
}
|