-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 954 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 954 Bytes
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
{
"author": {
"name": "Yegor Bugayenko",
"url": "https://www.yegor256.com"
},
"contributors": [],
"dependencies": {
"jquery": "*"
},
"description": "A jQuery plugin to colorize a data element according to its value",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^5.0.0",
"gulp-jasmine-node": "^1.0.7",
"gulp-jshint": "^2.0.2",
"gulp-notify": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-uglify": "^3.0.1",
"jsdom": "^24.0.0",
"jshint": "^2.9.4",
"grunt": "^1.6.1"
},
"homepage": "https://github.com/yegor256/colorizejs",
"keywords": [
"jquery",
"jquery-plugin",
"colorizejs"
],
"license": "MIT",
"main": "./dist/colorizejs.js",
"name": "colorizejs",
"repository": {
"type": "git",
"url": "https://github.com/yegor256/colorizejs"
},
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"version": "1.1.1"
}