Commit b8069970b5db9ea015383c7423170c95b0dad26d

Authored by Eric Fernandez
1 parent ea3331c100
Exists in master

script compile

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
1 { 1 {
2 "name": "foca-modal-confirm", 2 "name": "foca-modal-confirm",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "Modal de confirmacion", 4 "description": "Modal de confirmacion",
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 "gulp-pre-commit":"gulp pre-commit", 8 "gulp-pre-commit": "gulp pre-commit",
9 "compile": "gulp uglify",
9 "postinstall": "npm run compile && gulp clean-post-install", 10 "postinstall": "npm run compile && gulp clean-post-install",
10 "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump" 11 "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump"
11 }, 12 },
12 "pre-commit":[ 13 "pre-commit": [
13 "gulp-pre-commit" 14 "gulp-pre-commit"
14 ], 15 ],
15 "repository": { 16 "repository": {
16 "type": "git", 17 "type": "git",
17 "url": "https://192.168.0.11/modulos-npm/foca-modal.git" 18 "url": "https://192.168.0.11/modulos-npm/foca-modal.git"
18 }, 19 },
19 "author": "Foca Software", 20 "author": "Foca Software",
20 "license": "ISC", 21 "license": "ISC",
21 "devDependencies": { 22 "devDependencies": {
22 "angular": "^1.7.5", 23 "angular": "^1.7.5",
23 "gulp": "^3.9.1", 24 "gulp": "^3.9.1",
24 "gulp-angular-templatecache": "^2.2.2", 25 "gulp-angular-templatecache": "^2.2.2",
25 "gulp-clean": "^0.4.0", 26 "gulp-clean": "^0.4.0",
26 "gulp-connect": "^5.6.1", 27 "gulp-connect": "^5.6.1",
27 "gulp-htmlmin": "^5.0.1", 28 "gulp-htmlmin": "^5.0.1",
28 "gulp-jshint": "^2.1.0", 29 "gulp-jshint": "^2.1.0",
29 "gulp-rename": "^1.4.0", 30 "gulp-rename": "^1.4.0",
30 "gulp-replace": "^1.0.0", 31 "gulp-replace": "^1.0.0",
31 "gulp-uglify": "^3.0.1", 32 "gulp-uglify": "^3.0.1",
32 "jshint": "^2.9.6", 33 "jshint": "^2.9.6",
33 "pump": "^3.0.0" 34 "pump": "^3.0.0"
34 } 35 }
35 } 36 }
36 37