forked from formio/ngFormioHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "ng-formio-helper-file-fix",
"version": "1.8.4",
"description": "A library to help build Angular.js applications on top of Form.io.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/formio-form.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/formio/ngFormioHelper/issues"
},
"homepage": "https://github.com/formio/ngFormioHelper#readme",
"devDependencies": {
"brfs": "^1.6.1",
"browserify": "^16.2.2",
"del": "^3.0.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-rename": "^1.3.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"strictify": "^0.2.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
},
"dependencies": {
"angular-ui-router": "^0.4.2",
"lodash": "^4.17.10",
"natives": "^1.1.6",
"ng-formio": "https://github.com/introproventures/ngFormio/archive/v2.36.10.tar.gz",
"ng-formio-builder": "https://github.com/introproventures/ngFormBuilder/archive/v2.36.15.tar.gz",
"ng-formio-grid": "^1.4.1"
},
"browserify": {
"transform": [
"strictify",
"brfs"
]
}
}