Commit 1823b55d0c24d97b401b6ac3a73b0bb2cf34e7ee

Authored by Mauricio Cattafi
1 parent 7bc8a35df2
Exists in master

se agrega script pre y pos commit

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
1 { 1 {
2 "name": "foca-crear-factura", 2 "name": "foca-crear-factura",
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 "compile": "gulp uglify",
8 "gulp-pre-commit": "gulp pre-commit",
9 "refresh": "gulp uglify && cp tmp/foca-crear-factura.js ../wrapper-demo/node_modules/foca-crear-factura/dist/foca-crear-factura.min.js",
10 "postinstall": "npm run compile && gulp clean-post-install",
7 "test": "echo \"Error: no test specified\" && exit 1", 11 "test": "echo \"Error: no test specified\" && exit 1",
8 "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump" 12 "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump"
9 }, 13 },
10 "repository": { 14 "repository": {
11 "type": "git", 15 "type": "git",
12 "url": "http://git.focasoftware.com/npm/foca-crear-factura.git" 16 "url": "http://git.focasoftware.com/npm/foca-crear-factura.git"
13 }, 17 },
14 "author": "Foca Software", 18 "author": "Foca Software",
15 "license": "ISC", 19 "license": "ISC",
16 "devDependencies": { 20 "devDependencies": {
17 "angular": "^1.7.8", 21 "angular": "^1.7.8",
18 "angular-cookies": "^1.7.8", 22 "angular-cookies": "^1.7.8",
19 "angular-ladda": "^0.4.3", 23 "angular-ladda": "^0.4.3",
20 "angular-route": "^1.7.8", 24 "angular-route": "^1.7.8",
21 "bootstrap": "^4.3.1", 25 "bootstrap": "^4.3.1",
22 "font-awesome": "^4.7.0", 26 "font-awesome": "^4.7.0",
23 "gulp": "^3.9.1", 27 "gulp": "^3.9.1",
24 "gulp-angular-templatecache": "^3.0.0", 28 "gulp-angular-templatecache": "^3.0.0",
25 "gulp-clean": "^0.4.0", 29 "gulp-clean": "^0.4.0",
26 "gulp-connect": "^5.7.0", 30 "gulp-connect": "^5.7.0",
27 "gulp-htmlmin": "^5.0.1", 31 "gulp-htmlmin": "^5.0.1",
28 "gulp-jshint": "^2.1.0", 32 "gulp-jshint": "^2.1.0",
29 "gulp-rename": "^1.4.0", 33 "gulp-rename": "^1.4.0",
30 "gulp-replace": "^1.0.0", 34 "gulp-replace": "^1.0.0",
31 "gulp-sequence": "^1.0.0", 35 "gulp-sequence": "^1.0.0",
32 "gulp-uglify": "^3.0.2", 36 "gulp-uglify": "^3.0.2",
33 "gulp-uglify-es": "^1.0.4", 37 "gulp-uglify-es": "^1.0.4",
34 "jasmine-core": "^3.4.0", 38 "jasmine-core": "^3.4.0",
35 "jquery": "^3.4.1", 39 "jquery": "^3.4.1",
36 "jshint": "^2.10.2", 40 "jshint": "^2.10.2",
37 "ladda": "^1.0.6", 41 "ladda": "^1.0.6",
38 "pre-commit": "^1.2.2", 42 "pre-commit": "^1.2.2",
39 "pump": "^3.0.0", 43 "pump": "^3.0.0",
40 "ui-bootstrap4": "^3.0.6" 44 "ui-bootstrap4": "^3.0.6"
41 } 45 }
42 } 46 }
43 47