-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "gengojs-default-router",
"version": "0.0.6",
"description": "The default router plugin for gengo.js",
"main": "src/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/gengojs/plugin-router.git"
},
"author": {
"name": "iwatakeshi"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gengojs/plugin-router/issues"
},
"homepage": "https://github.com/gengojs/plugin-router",
"dependencies": {
"cldr": "^3.2.0",
"debug": "^2.2.0",
"gengojs-debug": "^2.0.4",
"lodash": "^3.10.1"
},
"devDependencies": {
"chai": "^3.3.0",
"gengojs-core": "0.3.18",
"grunt": "^0.4.5",
"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",
"rimraf": "^2.4.3",
"mr-doc": "git+https://github.com/mr-doc/mr-doc.git",
"mr-doc-theme-cayman": "^1.0.3"
}
}