-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
59 lines (59 loc) · 1.3 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "vie",
"version": "2.2.0",
"description": "Editable RDFa with Backbone.js and JSON-LD",
"url": "http://viejs.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bergie/VIE.git"
},
"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": "~1.0.0",
"underscore": "^1.8.3",
"jquery": "^3.2.1",
"jsdom": "^9.1.0",
"request": "^2.2.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bower-install-simple": "^1.0.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0"
},
"lib": ".",
"main": "dist/vie.js",
"scripts": {
"test": "grunt test"
},
"docco_husky": {
"output_dir": "docs_tmp",
"project_name": "VIE"
}
}