Commit 09f621467776cd73853b720dd21c54344edae887
1 parent
4fb5d15439
Exists in
master
configuración package.json, datos menores
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
package.json
1 | { | 1 | { |
2 | "name": "foca-crear-nota-pedido", | 2 | "name": "foca-crear-nota-pedido", |
3 | "version": "0.0.2", | 3 | "version": "0.0.1", |
4 | "description": "Módulo foca", | 4 | "description": "Listado y ABM nota de pedidos", |
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 && gulp html", |
9 | "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js" | 9 | "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js" |
10 | }, | 10 | }, |
11 | "repository": { | 11 | "repository": { |
12 | "type": "git", | 12 | "type": "git", |
13 | "url": "https://192.168.0.11/modulos-npm/foca-crear-nota-pedido.git" | 13 | "url": "https://192.168.0.11/modulos-npm/foca-crear-nota-pedido.git" |
14 | }, | 14 | }, |
15 | "author": "Foca Software", | 15 | "author": "Foca Software", |
16 | "license": "ISC", | 16 | "license": "ISC", |
17 | "dependencies": { | 17 | "dependencies": { |
18 | "angular": "^1.7.x", | 18 | "angular": "^1.7.x", |
19 | "angular-route": "^1.7.4", | 19 | "angular-route": "^1.7.4", |
20 | "bootstrap": "^4.1.x", | 20 | "bootstrap": "^4.1.x", |
21 | "font-awesome": "^4.7.x", | 21 | "font-awesome": "^4.7.x", |
22 | "gulp": "^3.9.x", | 22 | "gulp": "^3.9.x", |
23 | "gulp-concat": "2.6.x", | 23 | "gulp-concat": "2.6.x", |
24 | "gulp-jshint": "^2.1.x", | 24 | "gulp-jshint": "^2.1.x", |
25 | "gulp-rename": "^1.4.x", | 25 | "gulp-rename": "^1.4.x", |
26 | "gulp-replace": "^1.0.x", | 26 | "gulp-replace": "^1.0.x", |
27 | "gulp-uglify-es": "^1.0.x", | 27 | "gulp-uglify-es": "^1.0.x", |
28 | "jquery": "^3.3.x", | 28 | "jquery": "^3.3.x", |
29 | "jshint": "^2.9.x", | 29 | "jshint": "^2.9.x", |
30 | "pump": "^3.0.x", | 30 | "pump": "^3.0.x", |
31 | "ui-bootstrap4": "^3.0.5" | 31 | "ui-bootstrap4": "^3.0.5" |
32 | }, | 32 | }, |
33 | "devDependencies": { | 33 | "devDependencies": { |
34 | "gulp-connect": "^5.6.1", | 34 | "gulp-connect": "^5.6.1", |
35 | "jasmine-core": "3.2.1", | 35 | "jasmine-core": "3.2.1", |
36 | "pre-commit": "^1.2.2" | 36 | "pre-commit": "^1.2.2" |
37 | } | 37 | } |
38 | } | 38 | } |
39 | 39 |