forked from bergie/VIE
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1005 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1005 Bytes
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
{
"name" : "vie",
"description" : "Editable RDFa with Backbone.js and JSON-LD",
"url" : "http://wiki.iks-project.eu/index.php/VIE",
"keywords" : ["util", "rdfa", "model", "template", "server", "client", "browser"],
"author" : "Henri Bergius",
"contributors" : [
"Rene Kapusta",
"Christopher Hlubek",
"Benjamin Eberlei",
"Nicolas Karageuzian",
"Sebastian Germesin",
"Szaby Grünwald",
"Johannes Schüth",
"Sebastian Kurfuerst",
"Jonatan Lundin"
],
"dependencies" : {
"backbone" : "<0.9.0",
"underscore": ">=1.2.0",
"jquery" : ">=1.5.0",
"request" : ">=2.2.0"
},
"devDependencies": {
"nodeunit" : ">=0.6.0",
"docco" : ">=0.3.0",
"zombie" : ">=0.12.0",
"express" : ">=2.5.0"
},
"lib" : ".",
"main" : "dist/vie-latest.js",
"version" : "2.0.0alpha1",
"scripts": {
"test": "./node_modules/nodeunit/bin/nodeunit test/nodejs"
}
}