forked from formio/ngFormio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.6 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.6 KB
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
{
"name": "ng-formio",
"version": "2.9.8",
"description": "The form redering engine behind Form.IO.",
"main": "dist/formio.min.js",
"scripts": {
"test": "node test/test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^13.0.1",
"del": "^2.2.0",
"eslint": "^2.11.1",
"eslint-config-formio": "^1.1.0",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^2.1.2",
"gulp-derequire": "^2.1.0",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"gulp-wrap": "^0.11.0",
"karma": "^0.13.10",
"main-bower-files": "^2.11.1",
"node-qunit-phantomjs": "^1.2.1",
"run-sequence": "^1.1.5",
"strictify": "^0.2.0",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"angular": "^1.6.1",
"angular-file-saver": "^1.1.2",
"angular-moment": "^1.0.1",
"angular-sanitize": "^1.6.1",
"angular-ui-bootstrap": "^2.4.0",
"angular-ui-mask": "formio/ui-mask#1.8.8-beta.1",
"bootstrap": "^3.3.7",
"bootstrap-ui-datetime-picker": "^2.5.4",
"formio-utils": "^0.2.3",
"formiojs": "^1.5.1",
"jquery": "^2.2.4",
"lodash.filter": "^4.6.0",
"lodash.get": "^4.4.2",
"ng-file-upload": "^12.2.13",
"signature_pad": "^1.5.3",
"ui-select": "^0.19.6"
},
"browserify": {
"transform": [
"strictify",
"brfs"
]
}
}