@nathanfaucett/color
Version:
color for the browser and node.js
39 lines (38 loc) • 1 kB
JSON
{
"name": "@nathanfaucett/color",
"version": "0.0.4",
"description": "color for the browser and node.js",
"repository": {
"type": "git",
"url": "https://github.com/nathanfaucett/color.git"
},
"main": "src/index.js",
"scripts": {
"test": "npm run test-node",
"test-node": "node ./test | ./node_modules/.bin/tap-spec",
"test-node-raw": "node ./test",
"test-browser-local": "zuul --local 9999 --ui tape -- ./test"
},
"keywords": [
"color",
"color.js"
],
"author": "Nathan Faucett",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jsbeautifier": "^0.2.13",
"tap-spec": "^4.1.0",
"tape": "^4.2.2",
"zuul": "^3.7.2"
},
"dependencies": {
"@nathanfaucett/is_string": "^0.0.1",
"@nathanfaucett/is_number": "^0.0.1",
"@nathanfaucett/mathf": "^0.0.3",
"@nathanfaucett/vec3": "^0.0.3",
"@nathanfaucett/vec4": "^0.0.3"
}
}