forked from formio/ngFormBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 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
{
"name": "ng-formio-builder",
"version": "2.26.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": "git@github.com:formioapp/ngFormBuilder.git"
},
"author": "Travis Tidwell <travis@form.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/formioapp/ngFormBuilder/issues"
},
"homepage": "https://github.com/formioapp/ngFormBuilder",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"brfs": "^1.4.3",
"browserify": "^14.5.0",
"del": "^3.0.0",
"eslint-config-formio": "^1.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-derequire": "^2.1.0",
"gulp-eslint": "^4.0.0",
"gulp-filter": "^5.0.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"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": "^4.0.4",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"browserify": {
"transform": [
"strictify",
"brfs"
]
},
"dependencies": {
"angular": "^1.6.6",
"angular-ckeditor": "git+https://github.com/rars/angular-ckeditor.git#bc6474e08444bcfc2404994633c05de0de32622a",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-ui-bootstrap": "^2.5.0",
"formiojs": "^2.22.1",
"lodash": "^4.17.4",
"ng-dialog": "^1.4.0",
"ng-formio": "^2.26.0",
"ng-tags-input": "^3.2.0"
}
}