Commit 17c37a88f4c52f09112cdf0c6747c17e23df7423
1 parent
011f84da5e
Exists in
master
package.json init
Showing
1 changed file
with
35 additions
and
0 deletions
Show diff stats
package.json
File was created | 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 | } | ||
36 |