-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "lime",
"preferGlobal": "false",
"version": "0.1.0",
"author": "Szaby Grünwald <[email protected]>",
"description": "LimePlayer is a player for semantically interlinked videos.",
"contributors": [
{"name": "Thomas Kurz", "email": "[email protected]"},
{"name": "Sorin Petan", "email": "[email protected]"},
{"name": "Cristian Bara","email": "[email protected]"}
],
"scripts": {
"build": "cake build",
"watch": "cake watch"
},
"repository": {
"type": "git",
"url": "https://github.com/tkurz/lime.git"
},
"dependencies" : {
},
"devDependencies": {
"coffee-script" : "1.3.1",
"docco-husky" : "*"
},
"license": "Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)",
"engine": {
"node": ">=0.4"
},
"docco_husky": {
"show_timestamp": false,
"project_name": "LIME - Linked Media Player"
}
}