-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
48
49
50
51
{
"name": "gengojs-default-pack",
"version": "1.1.3",
"description": "The default gengo-pack for gengojs",
"main": "src/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/gengojs/gengo-pack.git"
},
"author": "iwatakeshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/gengojs/gengo-pack/issues"
},
"homepage": "https://github.com/gengojs/gengo-pack",
"dependencies": {
"gengojs-default-api": "0.0.9",
"gengojs-default-header": "0.1.5",
"gengojs-default-localize": "0.0.4",
"gengojs-default-memory": "0.2.0",
"gengojs-default-parser": "^1.0.3",
"gengojs-default-router": "0.0.6"
},
"devDependencies": {
"chai": "^3.4.0",
"express": "^4.13.3",
"gengojs-core": "^0.3.19",
"gengojs-wrappify": "^0.1.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-changelog": "^1.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jsbeautify": "^0.1.1",
"gulp-jshint": "^1.11.2",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-spawn-mocha": "^2.2.1",
"hapi": "^11.0.2",
"jshint-stylish": "^2.0.1",
"koa": "^1.1.1",
"koa-router": "^5.2.3",
"lodash": "^3.10.1",
"node-version": "^1.0.0",
"rimraf": "^2.4.3",
"semver": "^5.0.3",
"supertest": "^1.1.0"
}
}