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