forked from MacKentoch/easyFormGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.09 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.09 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "easy-form-generator",
"version": "1.2.1-beta2",
"description": "create amazing forms without coding : form editor based on angular formly",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MacKentoch/easyFormGenerator.git"
},
"keywords": [
"angular",
"formly",
"form",
"angular js",
"angular formly",
"bootstrap",
"form generator"
],
"author": "Erwan DATIN (MacKentoch)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MacKentoch/easyFormGenerator/issues"
},
"devDependencies": {
"angular-mocks": "^1.5.0",
"babel": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-core": "^6.7.2",
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.3.13",
"del": "^1.1.1",
"eslint": "^2.2.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.0.0",
"eslint-plugin-import": "^1.0.3",
"eslint-plugin-jasmine": "^1.6.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-angular-translate": "^0.1.4",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.7",
"gulp-delete-lines": "0.0.7",
"gulp-eslint": "^1.1.1",
"gulp-ignore": "^1.2.1",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^2.0.0",
"gulp-minify-html": "^1.0.4",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-wrap": "^0.11.0",
"jasmine": "^2.4.1",
"jasmine-async-sugar": "^1.3.3",
"jasmine-core": "^2.4.1",
"jshint": "^2.8.0",
"jspm": "^0.16.5",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.7",
"karma-jspm": "^2.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.2.0",
"karma-spec-reporter": "0.0.19",
"phantomjs": "^2.1.3",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.4"
},
"homepage": "https://github.com/MacKentoch/easyFormGenerator#readme",
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.0",
"angular-mocks": "github:angular/bower-angular-mocks@^1.5.0",
"json": "github:systemjs/plugin-json@^0.1.0",
"text": "github:systemjs/plugin-text@^0.0.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-bootstrap": "^0.12.2",
"angular-formly": "^8.0.0",
"angular-formly-templates-bootstrap": "^6.3.0",
"angular-loading-bar": "^0.8.0",
"angular-resource": "^1.5.0",
"angular-strap": "^2.3.7",
"angular-translate": "^2.10.0",
"angularjs-toaster": "^1.2.0",
"animate.css": "^3.5.1",
"api-check": "^7.5.5",
"bootstrap": "^3.3.6",
"bootswatch": "^3.3.6",
"html5shiv": "^3.7.3",
"lodash": "^4.6.1",
"modernizr": "^3.3.1",
"nya-bootstrap-select": "^2.0.11",
"respondjs": "^0.3.0",
"textangular": "^1.5.0"
}
}