package.json
1.12 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
{
"name": "foca-crear-nota-pedido",
"version": "0.0.2",
"description": "Módulo foca",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "gulp uglify && gulp html",
"postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js"
},
"repository": {
"type": "git",
"url": "https://192.168.0.11/modulos-npm/foca-crear-nota-pedido.git"
},
"author": "Foca Software",
"license": "ISC",
"dependencies": {
"angular": "^1.7.x",
"angular-route": "^1.7.4",
"bootstrap": "^4.1.x",
"font-awesome": "^4.7.x",
"gulp": "^3.9.x",
"gulp-concat": "2.6.x",
"gulp-jshint": "^2.1.x",
"gulp-rename": "^1.4.x",
"gulp-replace": "^1.0.x",
"gulp-uglify-es": "^1.0.x",
"jquery": "^3.3.x",
"jshint": "^2.9.x",
"pump": "^3.0.x",
"ui-bootstrap4": "^3.0.5"
},
"devDependencies": {
"gulp-connect": "^5.6.1",
"jasmine-core": "3.2.1",
"pre-commit": "^1.2.2"
}
}