-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
98 lines (98 loc) · 2.29 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "typhen",
"description": "Generates code or documentation from TypeScript.",
"version": "1.2.8",
"homepage": "https://github.com/shiwano/typhen",
"author": {
"name": "Shogo Iwano",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/shiwano/typhen.git"
},
"bugs": {
"url": "https://github.com/shiwano/typhen/issues"
},
"license": "MIT",
"main": "lib/index",
"types": "lib/index.d.ts",
"bin": {
"typhen": "bin/typhen"
},
"engines": {
"node": ">= 0.4.0",
"npm": ">= 1.4.0"
},
"scripts": {
"prepublish": "gulp",
"test": "gulp"
},
"devDependencies": {
"@types/power-assert": "^1.4.29",
"@types/mocha": "^2.2.32",
"@types/sinon": "^1.16.31",
"@types/rimraf": "0.0.28",
"del": "^2.0.2",
"gulp": "^3.8.11",
"gulp-changed": "^2.0.0",
"gulp-espower": "^1.0.1",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.4.1",
"gulp-spawn-mocha": "^3.1.0",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "~3.1.5",
"jshint": "^2.8.0",
"merge-stream": "^1.0.0",
"mocha": "^3.0.2",
"node-inspector": "^0.12.3",
"open": "0.0.5",
"power-assert": "^1.1.0",
"rimraf": "^2.3.2",
"run-sequence": "^1.0.2",
"sinon": "^2.0.0",
"source-map-support": "^0.4.0",
"tslint": "^4.5.1"
},
"keywords": [
"typescript",
"generator",
"typhen",
"tool",
"interface",
"convert",
"json",
"schema",
"json schema",
"metadata",
"handlebars"
],
"dependencies": {
"@types/bluebird": "^3.0.33",
"@types/chalk": "^0.4.30",
"@types/glob": "^5.0.30",
"@types/handlebars": "^4.0.31",
"@types/hashmap": "^2.0.29",
"@types/inflection": "^1.5.28",
"@types/lodash": "4.14.55",
"@types/minimatch": "^2.0.29",
"@types/mkdirp": "^0.3.29",
"@types/path-exists": "^1.0.29",
"@types/vinyl": "^2.0.0",
"bluebird": "^3.0.2",
"chalk": "^1.0.0",
"glob": "^7.1.0",
"handlebars": "^4.0.4",
"hashmap": "^2.0.4",
"here": "0.0.2",
"inflection": "^1.6.0",
"lodash": "^4.16.1",
"mkdirp": "^0.5.0",
"nopt": "^4.0.1",
"path-exists": "^3.0.0",
"typescript": "2.2.2",
"vinyl": "^2.0.1"
}
}