-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 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
42
43
44
45
{
"name": "webskit-gradient-parser",
"version": "1.0.14",
"description": "Converts a CSS gradient String into Object/JSON",
"main": "dist/index.js",
"scripts": {
"test": "mocha",
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.1.0",
"mocha": "^7.1.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"minimist": ">=1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oceangravity/webskit-gradient-parser.git"
},
"keywords": [
"gradient",
"linear-gradient",
"radial-gradient",
"conic-gradient"
],
"author": "Juan Carlos Galindo Navarro",
"license": "MIT",
"bugs": {
"url": "https://github.com/oceangravity/webskit-gradient-parser/issues"
},
"homepage": "https://github.com/oceangravity/webskit-gradient-parser#readme",
"dependencies": {
"yarn": "^1.22.4"
}
}