-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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": "json-schema-to-typescript",
"version": "1.0.0",
"description": "Typscript class generator for JSON-Schema",
"main": "main.js",
"scripts": {
"test": "tsc; mocha build/test --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jason-Rev/json-schema-to-typescript.git"
},
"keywords": [
"Typescript",
"JSON-Schema",
"generator"
],
"author": "Jason Dent",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jason-Rev/json-schema-to-typescript/issues"
},
"homepage": "https://github.com/Jason-Rev/json-schema-to-typescript#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"tslint": "^3.6.0",
"typescript": "^1.8.2",
"typings": "^0.6.8"
},
"dependencies": {
"commander": "^2.9.0",
"es6-promise": "^3.1.2",
"fs-extra": "^0.26.5",
"fs-promise": "^0.4.1",
"get-uri": "^2.0.0",
"handlebars": "^4.0.5",
"jsonpath": "^0.2.2",
"lodash": "^4.5.1",
"mustache": "^2.2.1",
"rx": "^4.0.8",
"rx-node": "^1.0.2",
"typescript": "^1.8.7"
}
}