UNPKG

1.06 kBJSONView Raw
1{
2 "name": "colour-rgba",
3 "version": "1.0.2",
4 "description": "A module for creating RGBA Colour objects and manipulating, un/packing and de/serializing them.",
5 "main": "src/colour.js",
6 "scripts": {
7 "build": "gulp build",
8 "lint": "gulp lint",
9 "test": "mocha",
10 "coverage": "istanbul cover node_modules/mocha/bin/_mocha --require test/*.js",
11 "coveralls": "npm run coverage -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/nitro404/colour-rgba.git"
16 },
17 "keywords": [
18 "colour",
19 "color",
20 "rgba",
21 "rgb"
22 ],
23 "author": {
24 "name": "Kevin Scroggins"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/nitro404/colour-rgba/issues"
29 },
30 "homepage": "https://github.com/nitro404/colour-rgba#readme",
31 "dependencies": {
32 "extended-math": "^1.0.5",
33 "extra-utilities": "^1.3.4"
34 },
35 "devDependencies": {
36 "chai": "^4.2.0",
37 "gulp-fabricator": "^1.1.0"
38 }
39}