-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 944 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
{
"name": "gradient-color",
"version": "2.0.1",
"description": "Gradient color generator that lives in 21st",
"main": "./build/index.js",
"engines": {
"node": ">=6.0"
},
"scripts": {
"test": "babel-tape-runner test/*.js | tap-notify | tap-diff",
"dev": "babel -w ./src --out-dir ./build",
"build": "babel ./src --out-dir ./build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assuming/gradient-color.git"
},
"keywords": [
"color",
"colors",
"gradient"
],
"author": "ohmyxm",
"license": "ISC",
"bugs": {
"url": "https://github.com/assuming/gradient-color/issues"
},
"homepage": "https://github.com/assuming/gradient-color#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-tape-runner": "^2.0.1",
"blue-tape": "^1.0.0",
"tape": "^4.6.3"
},
"dependencies": {
"color": "^2.0.1"
}
}