forked from k-vyn/coloralgorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 879 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
{
"name": "@k-vyn/coloralgorithm",
"version": "1.0.0",
"description": "An algorithm to produce color sets",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k-vyn/coloralgorithm.git"
},
"keywords": [
"color",
"algorithm"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/k-vyn/coloralgorithm/issues"
},
"homepage": "https://github.com/k-vyn/coloralgorithm#readme",
"dependencies": {
"bezier-easing": "^2.1.0",
"chroma-js": "^2.1.0"
},
"devDependencies": {
"@types/node": "^14.0.5",
"eslint": "^7.0.0",
"rollup": "^2.10.9",
"typescript": "^3.9.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"tslib": "^2.0.0"
}
}