-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "gengojs-default-parser",
"version": "1.0.3",
"description": "The default parser plugin for gengojs.",
"main": "src/index.js",
"dependencies": {
"gengojs-debug": "^2.0.4",
"gengojs-notation": "^1.0.1",
"intl-messageformat": "^1.1.0",
"lodash": "*",
"markdown-it": "^5.0.0",
"sprintf-js": "^1.0.3",
"string": "^3.3.1"
},
"devDependencies": {
"chai": "^3.3.0",
"gengojs-core": "0.3.18",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-changelog": "^1.0.0",
"gulp-gh-pages": "^0.5.2",
"gulp-jsbeautify": "^0.1.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"jshint-stylish": "^2.0.1",
"mr-doc": "git+https://github.com/mr-doc/mr-doc.git",
"mr-doc-theme-cayman": "^1.0.3",
"rimraf": "^2.4.3"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/gengojs/plugin-parser.git"
},
"homepage": "https://github.com/gengojs/plugin-parser",
"author": {
"name": "iwatakeshi"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gengojs/plugin-parser/issues"
}
}