-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.01 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "@irojs/iro-core",
"version": "1.2.1",
"description": "Core functionality for iro.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"main": "dist/iro-core.js",
"module": "dist/iro-core.es.js",
"private": false,
"devDependencies": {
"@types/jest": "^24.0.19",
"jest": "^24.9.0",
"microbundle": "^0.12.4",
"ts-jest": "^24.1.0"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "microbundle --no-compress",
"dev": "microbundle watch",
"test": "jest"
},
"files": [
"dist"
],
"keywords": [
"color",
"colour",
"picker",
"colorpicker",
"wheel",
"iro",
"widget",
"svg",
"ui",
"rgb",
"hsl",
"hsv"
],
"repository": {
"type": "git",
"url": "git+https://github.com/irojs/iro-core.git"
},
"author": "James Daniel <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/irojs/iro-core/issues"
},
"homepage": "https://github.com/irojs/iro-core"
}