-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
{
"name": "data-field-image",
"version": "2.0.0",
"author": "sethvincent",
"bugs": {
"url": "https://github.com/editdata/data-field-image/issues"
},
"dependencies": {
"addhttp": "^1.0.0",
"component-emitter": "^1.2.0",
"data-field-classname": "^1.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"budo": "^5.1.5",
"documentation-readme": "^2.0.0",
"standard": "^5.3.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.2",
"virtual-dom": "^2.1.1",
"virtual-raf": "^2.0.3"
},
"homepage": "https://github.com/editdata/data-field-image",
"keywords": [
"data",
"dom",
"editdata",
"element",
"html",
"virtual-dom"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/editdata/data-field-image.git"
},
"scripts": {
"docs": "documentation-readme README.md -s \"API\" -- index.js",
"example-basic": "budo examples/basic.js --live",
"test": "standard && tape tests/*.js | tap-spec"
},
"style": "style.css"
}