Commit b91b9bf1564800b1ecbd5eb1b842a0255c6c085a
1 parent
dcc700601b
Exists in
master
fix post install
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
package.json
1 | { | 1 | { |
2 | "name": "foca-crear-login", | 2 | "name": "foca-crear-login", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "foca-crear-login", | 4 | "description": "foca-crear-login", |
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", | 8 | "compile": "gulp uglify", |
9 | "gulp-pre-commit": "gulp pre-commit", | 9 | "gulp-pre-commit": "gulp pre-commit", |
10 | "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js", | 10 | "postinstall": "npm run compile && gulp clean-post-install", |
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" | 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" |
12 | }, | 12 | }, |
13 | "repository": { | 13 | "repository": { |
14 | "type": "git", | 14 | "type": "git", |
15 | "url": "git@git.focasoftware.com:npm/foca-crear-login.git" | 15 | "url": "git@git.focasoftware.com:npm/foca-crear-login.git" |
16 | }, | 16 | }, |
17 | "author": "", | 17 | "author": "", |
18 | "license": "ISC", | 18 | "license": "ISC", |
19 | "devDependencies": { | 19 | "devDependencies": { |
20 | "angular": "^1.7.5", | 20 | "angular": "^1.7.5", |
21 | "angular-route": "^1.7.5", | 21 | "angular-route": "^1.7.5", |
22 | "bootstrap": "^4.2.1", | 22 | "bootstrap": "^4.2.1", |
23 | "foca-modal-chofer": "git+http://git.focasoftware.com/npm/foca-modal-chofer.git", | 23 | "foca-modal-chofer": "git+http://git.focasoftware.com/npm/foca-modal-chofer.git", |
24 | "gulp": "^3.9.1", | 24 | "gulp": "^3.9.1", |
25 | "gulp-angular-templatecache": "^2.2.6", | 25 | "gulp-angular-templatecache": "^2.2.6", |
26 | "gulp-clean": "^0.4.0", | 26 | "gulp-clean": "^0.4.0", |
27 | "gulp-connect": "^5.7.0", | 27 | "gulp-connect": "^5.7.0", |
28 | "gulp-htmlmin": "^5.0.1", | 28 | "gulp-htmlmin": "^5.0.1", |
29 | "gulp-jshint": "^2.1.0", | 29 | "gulp-jshint": "^2.1.0", |
30 | "gulp-rename": "^1.4.0", | 30 | "gulp-rename": "^1.4.0", |
31 | "gulp-replace": "^1.0.0", | 31 | "gulp-replace": "^1.0.0", |
32 | "gulp-uglify": "^3.0.1", | 32 | "gulp-uglify": "^3.0.1", |
33 | "gulp-uglify-es": "^1.0.4", | 33 | "gulp-uglify-es": "^1.0.4", |
34 | "jasmine-core": "^3.3.0", | 34 | "jasmine-core": "^3.3.0", |
35 | "jquery": "^3.3.1", | 35 | "jquery": "^3.3.1", |
36 | "jshint": "^2.9.7", | 36 | "jshint": "^2.9.7", |
37 | "pre-commit": "^1.2.2", | 37 | "pre-commit": "^1.2.2", |
38 | "pump": "^3.0.0" | 38 | "pump": "^3.0.0" |
39 | } | 39 | } |
40 | } | 40 | } |
41 | 41 |