-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.35 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
{
"name": "lime",
"preferGlobal": "false",
"version": "2.1.0",
"author": "Szaby Grünwald <szaby.gruenwald@salzburgresearch.at>",
"description": "LimePlayer is a player for semantically interlinked videos.",
"contributors": [
{"name": "Thomas Kurz", "email": "thomas.kurz@salzburgresearch.at"},
{"name": "Sorin Petan", "email": "sorin@mail.cm.upt.ro"},
{"name": "Cristian Bara","email": "cristian.bara@seekda.com"}
],
"scripts": {
"build": "cake build",
"watch": "cake watch"
},
"repository": {
"type": "git",
"url": "https://github.com/tkurz/lime.git"
},
"dependencies" : {
},
"devDependencies": {
"coffee-script" : "1.3.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-docco-husky": "https://github.com/szabyg/grunt-docco-husky/tarball/48fda325f21fe01d3d8e4bfa76be3e016d5f525a",
"grunt-banner": "~0.1.4"
},
"license": "Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)",
"engine": {
"node": ">=0.6"
},
"docco_husky": {
"show_timestamp": false,
"project_name": "LIME - Linked Media Player"
}
}