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