This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
66 lines (66 loc) · 1.74 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
{
"name": "ng-formio-builder",
"version": "2.39.0",
"description": "The Angular.js form builder component.",
"main": "dist/ngFormBuilder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:formioapp/ngFormBuilder.git"
},
"author": "Travis Tidwell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/formioapp/ngFormBuilder/issues"
},
"homepage": "https://github.com/formioapp/ngFormBuilder",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"brfs": "^2.0.2",
"browserify": "^16.5.0",
"del": "^5.1.0",
"eslint-config-formio": "^1.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-derequire": "^2.1.0",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^2.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"main-bower-files": "^2.13.3",
"natives": "^1.1.6",
"run-sequence": "^2.2.0",
"shallow-copy": "0.0.1",
"strictify": "^0.2.0",
"uglifyify": "^5.0.2",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"browserify": {
"transform": [
"strictify",
"brfs"
]
},
"dependencies": {
"angular": "^1.7.9",
"angular-ckeditor-legacy": "^1.0.3",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-ui-bootstrap": "^2.5.6",
"formiojs": "^3.28.1",
"lodash": "^4.17.15",
"ng-dialog": "^1.4.0",
"ng-formio": "^2.41.0",
"ng-tags-input": "^3.2.0",
"vanilla-text-mask": "^5.1.1"
}
}