forked from formio/ngFormBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.75 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
{
"name": "ng-formio-builder",
"version": "2.35.5",
"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": "^8.0.0",
"brfs": "^2.0.0",
"browserify": "^16.2.2",
"del": "^3.0.0",
"eslint-config-formio": "^1.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-derequire": "^2.1.0",
"gulp-eslint": "^5.0.0",
"gulp-filter": "^5.0.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"main-bower-files": "^2.11.1",
"run-sequence": "^2.2.0",
"shallow-copy": "0.0.1",
"strictify": "^0.2.0",
"uglifyify": "^5.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
},
"browserify": {
"transform": [
"strictify",
"brfs"
]
},
"dependencies": {
"angular": "^1.7.2",
"angular-ckeditor": "github:lemonde/angular-ckeditor#v1.0.3",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-ui-bootstrap": "^2.5.6",
"formiojs": "^3.0.0-rc.23",
"lodash": "^4.17.10",
"ng-dialog": "^1.4.0",
"ng-formio": "^2.35.5",
"ng-tags-input": "^3.2.0",
"vanilla-text-mask": "^5.1.1"
}
}