Commit c7d899730841c449c90e4d3860d9a027e1310241
1 parent
c07b814416
Exists in
master
primer push
Showing
1 changed file
with
51 additions
and
0 deletions
Show diff stats
package.json
... | ... | @@ -0,0 +1,51 @@ |
1 | +{ | |
2 | + "name": "foca-modal-login", | |
3 | + "version": "0.0.1", | |
4 | + "description": "", | |
5 | + "main": "index.js", | |
6 | + "scripts": { | |
7 | + "test": "echo \"Error: no test specified\" && exit 1" | |
8 | + }, | |
9 | + "author": "", | |
10 | + "license": "ISC", | |
11 | + "peerDependencies": { | |
12 | + "angular": "^1.7.x", | |
13 | + "bootstrap": "^4.1.x", | |
14 | + "jquery": "^3.3.x", | |
15 | + "font-awesome": "^4.7.x", | |
16 | + "gulp": "^3.9.x", | |
17 | + "gulp-concat": "2.6.x", | |
18 | + "gulp-jshint": "^2.1.x", | |
19 | + "gulp-rename": "^1.4.x", | |
20 | + "gulp-replace": "^1.0.x", | |
21 | + "gulp-uglify-es": "^1.0.x", | |
22 | + "jshint": "^2.9.x", | |
23 | + "pump": "^3.0.x" | |
24 | + }, | |
25 | + "devDependencies": { | |
26 | + "angular": "^1.7.4", | |
27 | + "angular-ladda": "^0.4.3", | |
28 | + "angular-ui-bootstrap": "^2.5.6", | |
29 | + "bootstrap": "^4.1.3", | |
30 | + "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | |
31 | + "font-awesome": "^4.7.0", | |
32 | + "gulp": "^3.9.1", | |
33 | + "gulp-angular-templatecache": "^2.2.1", | |
34 | + "gulp-clean": "^0.4.0", | |
35 | + "gulp-concat": "^2.6.1", | |
36 | + "gulp-connect": "^5.6.1", | |
37 | + "gulp-htmlmin": "^5.0.1", | |
38 | + "gulp-jshint": "^2.1.0", | |
39 | + "gulp-rename": "^1.4.0", | |
40 | + "gulp-replace": "^1.0.0", | |
41 | + "gulp-uglify": "^3.0.1", | |
42 | + "gulp-uglify-es": "^1.0.4", | |
43 | + "jasmine-core": "^3.2.1", | |
44 | + "jquery": "^3.3.1", | |
45 | + "jshint": "^2.9.6", | |
46 | + "ladda": "1.0.6", | |
47 | + "pre-commit": "^1.2.2", | |
48 | + "pump": "^3.0.0", | |
49 | + "ui-bootstrap4": "^3.0.5" | |
50 | + } | |
51 | +} |