package.json
1.83 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
46
47
48
49
50
51
52
53
54
55
{
"name": "foca-modal-login",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "gulp uglify",
"gulp-pre-commit": "gulp pre-commit",
"postinstall": "npm run compile && gulp clean-post-install",
"install-dev": "npm install angular bootstrap font-awesome jquery gulp gulp-connect jasmine-core pre-commit gulp-angular-templatecache gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"angular": "^1.7.x",
"bootstrap": "^4.1.x",
"jquery": "^3.3.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",
"jshint": "^2.9.x",
"pump": "^3.0.x"
},
"devDependencies": {
"angular": "^1.7.4",
"angular-ladda": "^0.4.3",
"angular-ui-bootstrap": "^2.5.6",
"bootstrap": "^4.1.3",
"foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.1",
"gulp-uglify-es": "^1.0.4",
"jasmine-core": "^3.2.1",
"jquery": "^3.3.1",
"jshint": "^2.9.6",
"ladda": "1.0.6",
"pre-commit": "^1.2.2",
"pump": "^3.0.0",
"ui-bootstrap4": "^3.0.5"
}
}