-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "gestion-docente-html5",
"version": "1.0.0",
"readme": "README.md",
"description": "Son las vistas del proyecto gestion-docente de Java con tecnologias HTML5, CSS3 y JavaScript 6.",
"main": "gulpfile.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-preset-babili": "^0.0.12",
"babel-preset-env": "^1.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-babili": "^0.0.2",
"gulp-util": "^3.0.8",
"jquery": "^3.2.1",
"through2": "^2.0.3"
},
"devDependencies": {
"babel-preset-env": "^1.4.0",
"gulp": "^3.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DesarrolloWebJava/gestion-docente-html5-js.git"
},
"keywords": [
"HTML5",
"CSS3",
"JavaScript",
"AJAX."
],
"author": "Urko Villanueva",
"license": "MIT",
"bugs": {
"url": "https://github.com/DesarrolloWebJava/gestion-docente-html5-js/issues"
},
"homepage": "https://github.com/DesarrolloWebJava/gestion-docente-html5-js#readme"
}