-
Notifications
You must be signed in to change notification settings - Fork 56
/
composer.json
40 lines (40 loc) · 1.03 KB
/
composer.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
{
"name": "bergie/vie",
"description": "Semantic Interaction Framework for JavaScript",
"type": "component",
"homepage": "http://viejs.org/",
"license": "MIT",
"support": {
"issues": "https://github.com/bergie/VIE/issues",
"source": "https://github.com/bergie/VIE"
},
"authors": [
{
"name": "Henri Bergius",
"email": "[email protected]",
"homepage": "http://bergie.iki.fi/"
}
],
"require": {
"components/jquery": ">=1.8.0",
"components/backbone": "1.0.0",
"components/underscore": ">=1.2.0",
"components/jquery-rdfquery": "1.0.0"
},
"extra": {
"component": {
"scripts": [
"dist/vie.js"
],
"shim": {
"deps": [
"jquery",
"backbone",
"underscore",
"jquery-rdfquery"
],
"exports": "VIE"
}
}
}
}