Commit 37ae79fe2cd0b183f78afc761ca743001848589f

Authored by Marcelo Puebla
1 parent 482e242ad0
Exists in master

Agregada version

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