forked from bgrins/TinyColor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 690 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 690 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
{
"version": "2.0.1",
"name": "tinycolor2",
"description": "Fast Color Parsing and Manipulation",
"url": "https://chingcm.github.io/TinyColor",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://chingcm.github.io/TinyColor"
},
"keywords": [
"color",
"parser",
"tinycolor"
],
"author": "Dem Ching",
"contributors": [],
"main": "./tinycolor.js",
"directories": {},
"engines": {
"node": "*"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-docco": "^0.5.0"
}
}