-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 997 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "uc-input-contenteditable",
"version": "1.0.2",
"description": "Contenteditable UI Component",
"main": "index.js",
"scripts": {
"build": "fuller -v",
"dev": "fuller -vwz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unchainedui/input-contenteditable.git"
},
"keywords": [
"unchained",
"ui",
"browser",
"input",
"contenteditable",
"kiss"
],
"author": "Alexey Novikov <[email protected]> (http://2dubs.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/unchainedui/input-contenteditable/issues"
},
"homepage": "https://github.com/unchainedui/input-contenteditable#readme",
"devDependencies": {
"autoprefixer": "^8.6.3",
"fuller": "^0.3.3",
"fuller-dst-file": "^0.3.1",
"fuller-postcss": "^0.3.0",
"fuller-src-file": "^0.3.1",
"fuller-src-rollup": "^0.3.0"
},
"dependencies": {
"uc-compose": "^1.0.0",
"uc-dom": "^1.2.0",
"uc-input": "^2.0.0"
}
}