forked from karlgroves/image-caption
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1013 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1013 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
37
38
39
40
{
"name": "image-caption",
"version": "0.0.1",
"description": "example jQuery plugin approach for using Tenon",
"title": "image-caption",
"keywords": [
"accessibility, html, css, javascript, polymer, web components"
],
"bugs": {
"url": "https://github.com/karlgroves/image-caption/issues"
},
"contributors": [
{
"name": "Karl Groves",
"email": "karl@tenon.io"
}
],
"author": {
"name": "Karl Groves",
"email": "karl@tenon.io",
"url": "http://www.tenon.io"
},
"repository": {
"type": "git",
"url": "git@github.com:karlgroves/image-caption.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-connect": "~0.8.0",
"grunt-gh-pages": "~0.9.1",
"grunt-text-replace": "~0.3.11"
},
"licenses": [
{
"type": "MIT"
}
],
"readmeFilename": "README.md"
}