forked from bergie/VIE
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name" : "vie",
"version" : "2.1.0alpha1",
"description" : "Editable RDFa with Backbone.js and JSON-LD",
"url" : "http://viejs.org",
"keywords" : ["util", "rdfa", "model", "template", "server", "client", "browser"],
"author" : "Henri Bergius <[email protected]>",
"contributors" : [
"Benjamin Eberlei",
"Sebastian Germesin",
"Szaby Grünwald",
"Christopher Hlubek",
"Rene Kapusta",
"Sebastian Kurfuerst",
"Jonatan Lundin",
"Nicolas Karageuzian",
"Johannes Schüth"
],
"dependencies" : {
"backbone" : ">=0.9.0",
"underscore": ">=1.2.0",
"jquery" : ">=1.6.x",
"request" : ">=2.2.0"
},
"devDependencies": {
"nodeunit" : ">=0.6.0",
"docco-husky" : ">=0.3.0",
"zombie" : ">=1.3.x",
"express" : ">=2.5.x"
},
"lib" : ".",
"main" : "dist/vie-latest.js",
"scripts": {
"test": "./node_modules/nodeunit/bin/nodeunit test/nodejs"
},
"docco_husky": {
"output_dir": "docs_tmp",
"project_name": "VIE"
}
}