Commit c66568929114fd0e03889e42797f6d3186076c47

Authored by Eric Fernandez
1 parent be6c6ca48f
Exists in master

post install

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