-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"name": "utn-frd-tutorias",
"version": "1.0.1",
"description": "Proyecto de Administración de Tutorías",
"license": "MIT",
"author": {
"name": "Laboratorio de Sistemas de Información de la UTN Facultad Regional Delta",
"url": "http://lsi.no-ip.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/UTN-FRD/tutorias.git"
},
"bugs": {
"url": "https://github.com/UTN-FRD/tutorias/issues"
},
"dependencies": {
"autosize": "~3.0.17",
"bootstrap": "~3.3.7",
"bootstrap-daterangepicker": "~2.1.24",
"bootstrap-toggle": "~2.2.2",
"footable": "github:fooplugins/FooTable#f4046aceabde939e8b02fc4a6ee7d0dbd4108f9e",
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.2",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-uglify": "~2.0.0",
"jquery": "~2.2.4",
"jquery-form": "~3.50.0",
"jquery-validation": "~1.15.1",
"moment": "~2.15.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~1.0.0"
}
}