-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.82 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
{
"name": "django-rest-formly",
"version": "0.1.0",
"author": "Wael BEN ZID <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/benzid-wael/django-rest-formly.git"
},
"description": "Convert Django REST framework metadata to angular-formly scheme.",
"main": "./dist/cli/index.js",
"keywords": [
"django",
"rest",
"framework",
"django-rest",
"django-rest-framework",
"angular",
"angularjs",
"formly",
"forms",
"angular-formly",
"django-rest-formly"
],
"license": "MIT",
"dependencies": {
"JSON2": "^0.1.0",
"better-require": "0.0.3",
"chalk": "^1.1.1",
"commander": "^2.9.0",
"prettyjson": "^1.1.3"
},
"typescript": {
"definition": "django-rest-formly.d.ts"
},
"bin": {
"django-rest-formly": "dist/cli/index.js"
},
"scripts": {
"prepublish": "tsc --outDir dist/ && autodts generate && cp src/cli/index.js dist/cli/index.js",
"pretest": "tsc test/**/*.ts src/**/*.ts --module commonjs",
"test": "mocha --recursive"
},
"devDependencies": {
"@lib/autodts-generator": "~0.0.1",
"autodts": "0.0.6",
"bower": "~1.6.8",
"browserify": "^12.0.1",
"chai": "^3.4.1",
"del": "~2.1.0",
"event-stream": "~3.3.2",
"gulp": "~3.9.0",
"gulp-bump": "~1.0.0",
"gulp-concat": "~2.6.0",
"gulp-filter": "~3.0.1",
"gulp-git": "~1.6.0",
"gulp-inject": "~3.0.0",
"gulp-mocha": "^2.2.0",
"gulp-tag-version": "~1.3.0",
"gulp-typedoc": "~1.2.1",
"gulp-typescript": "~2.10.0",
"gulp-util": "~3.0.7",
"gulp-yuidoc": "~0.1.2",
"inquirer": "~0.11.0",
"mocha": "^2.3.4",
"requirejs": "~2.1.22",
"tsify": "^0.13.1",
"typescript": "~1.7.3",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}