-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 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
{
"name": "kv-editor",
"version": "4.0.0",
"description": "a reusable element for editing small lists of items",
"main": "index.js",
"dependencies": {
"bel": "^4.5.1",
"dom-css": "^2.1.0",
"is-object": "^1.0.1",
"isarray": "^2.0.1",
"object-array-converter": "^1.0.0"
},
"devDependencies": {
"browserify": "^14.0.0",
"clone": "^2.1.0",
"documentation": "^4.0.0-beta.18",
"nanomorph": "^2.1.3",
"standard": "^8.6.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"tape-run": "^2.1.5",
"yo-yo": "^1.4.0"
},
"scripts": {
"example:array": "budo --dir examples/ examples/array.js --live",
"example:object": "budo --dir examples/ examples/object.js --live",
"lint": "standard .",
"test:only": "browserify tests/*.js | tape-run",
"test": "npm run lint && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/editdata/kv-editor.git"
},
"author": "sethvincent",
"license": "MIT",
"bugs": {
"url": "https://github.com/editdata/kv-editor/issues"
},
"homepage": "https://github.com/editdata/kv-editor#readme"
}