-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "jquery-lab-widgets",
"version": "1.0.0",
"description": "jQuery based widgets for WebLab-Deusto remote laboratories",
"main": "ui/entry.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weblabdeusto/jquery-lab-widgets.git"
},
"keywords": [
"weblab",
"weblab-deusto",
"deusto",
"widgets",
"laboratories",
"remote",
"labs"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/weblabdeusto/jquery-lab-widgets/issues"
},
"homepage": "https://github.com/weblabdeusto/jquery-lab-widgets#readme",
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-csslint": "0.5.0",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-qunit": "1.0.1",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-uglify": "0.11.1",
"grunt-html": "6.0.0",
"grunt-jscs": "2.1.0",
"load-grunt-tasks": "3.4.0"
}
}