Commit a00e10e66dbfa1dc953c05b1090a8dc9ebff3d4f
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !1
Showing
1 changed file
Show diff stats
package.json
| ... | ... | @@ -0,0 +1,35 @@ |
| 1 | +{ | |
| 2 | + "name": "foca-crear-login", | |
| 3 | + "version": "0.0.1", | |
| 4 | + "description": "foca-crear-login", | |
| 5 | + "main": "index.js", | |
| 6 | + "scripts": { | |
| 7 | + "test": "echo \"Error: no test specified\" && exit 1" | |
| 8 | + }, | |
| 9 | + "repository": { | |
| 10 | + "type": "git", | |
| 11 | + "url": "git@git.focasoftware.com:npm/foca-crear-login.git" | |
| 12 | + }, | |
| 13 | + "author": "", | |
| 14 | + "license": "ISC", | |
| 15 | + "devDependencies": { | |
| 16 | + "angular": "^1.7.5", | |
| 17 | + "angular-route": "^1.7.5", | |
| 18 | + "bootstrap": "^4.2.1", | |
| 19 | + "gulp": "^4.0.0", | |
| 20 | + "gulp-angular-templatecache": "^2.2.6", | |
| 21 | + "gulp-clean": "^0.4.0", | |
| 22 | + "gulp-connect": "^5.7.0", | |
| 23 | + "gulp-htmlmin": "^5.0.1", | |
| 24 | + "gulp-jshint": "^2.1.0", | |
| 25 | + "gulp-rename": "^1.4.0", | |
| 26 | + "gulp-replace": "^1.0.0", | |
| 27 | + "gulp-uglify": "^3.0.1", | |
| 28 | + "gulp-uglify-es": "^1.0.4", | |
| 29 | + "jasmine-core": "^3.3.0", | |
| 30 | + "jquery": "^3.3.1", | |
| 31 | + "jshint": "^2.9.7", | |
| 32 | + "pre-commit": "^1.2.2", | |
| 33 | + "pump": "^3.0.0" | |
| 34 | + } | |
| 35 | +} |