-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
executable file
·60 lines (60 loc) · 1.64 KB
/
package.json
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
56
57
58
59
60
{
"name": "ar-poncho",
"version": "2.0.310",
"description": "Base de html y css para la creación de sitios pertenecientes a la Administración Pública Nacional de la República Argentina.",
"main": "index.js",
"scripts": {
"test": "jest",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/argob/poncho.git"
},
"keywords": [
"template",
"poncho",
"argentina",
"bootstrap",
"html",
"css",
"scss"
],
"author": "Dirección Nacional de Servicios Digitales de la Subsecretaría de Tecnologías de la Información.",
"license": "MIT",
"bugs": {
"url": "https://github.com/argob/poncho/issues"
},
"homepage": "https://argob.github.io/poncho",
"devDependencies": {
"@babel/core": "^7.0",
"@babel/preset-env": "^7.19",
"@babel/types": "^7.24.0",
"babel-cli": "^6.26.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-cli": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifyes": "^0.2.1",
"install": "^0.13.0",
"jest": "^29.7.0",
"jshint": "^2.13.6",
"npm": "^10",
"sass": "^1.75",
"uglify-js": "^3.17.0",
"with": "^7.0.2"
},
"dependencies": {
"babel-types": "^6.26.0"
},
"engines": {
"node": "^18.19.0"
}
}