-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 843 Bytes
/
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
{
"name": "img-cube",
"version": "1.0.2",
"description": "A web component that is a container (cube) that holds an image. When you hover over it the cube will flip to a text face that you can use as a descriptor for the image. When the mouse is no longer hover over the cube it will flip back to the image",
"main": "imgcube.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"html",
"javascript",
"web",
"component",
"custom",
"element",
"html5",
"css"
],
"author": "Matthew Grant",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mmgrant73/image-cube.git"
},
"bugs": {
"url": "https://github.com/mmgrant73/image-cube/issues"
},
"homepage": "https://github.com/mmgrant73/image-cube#readme"
}