simple-color-picker-jq
Version:
Simple Color picker in common.js. (Jquery mod)
59 lines (58 loc) • 1.75 kB
JSON
{
"name": "simple-color-picker-jq",
"version": "0.0.11",
"description": "Simple Color picker in common.js. (Jquery mod)",
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"start": "npm run example & npm run css:watch",
"example": "budo example/example.js:example/example-build.js --live | garnish",
"example:build": "browserify example/example.js | uglifyjs -nm > example/example-build.js",
"css": "stylus -u autoprefixer-stylus src/css -o ./",
"css:watch": "stylus -u autoprefixer-stylus src/css -w -o ./",
"test": "browserify test/test.js | tap-closer | smokestack | faucet",
"test:nc": "browserify test/test.js | smokestack | faucet"
},
"repository": {
"type": "git",
"url": "git://github.com/superguigui/simple-color-picker.git"
},
"homepage": "http://superguigui.github.io/simple-color-picker",
"bugs": {
"url": "https://github.com/superguigui/simple-color-picker/issues"
},
"keywords": [
"color",
"picker",
"colorpicker",
"color-picker",
"simple",
"ui"
],
"author": "Guillaume Gouessan <guillaume.gouessan@gmail.com>",
"license": "MIT",
"devDependencies": {
"autoprefixer-stylus": "^0.5.0",
"browserify": "^9.0.8",
"browserify-css": "^0.6.1",
"budo": "^3.1.1",
"domready": "^1.0.7",
"faucet": "0.0.1",
"garnish": "^2.1.3",
"jsdom": "^3.1.2",
"raf": "^2.0.4",
"smokestack": "^3.2.2",
"stylus": "^0.50.0",
"tap-closer": "^1.0.0",
"tape": "^4.0.0",
"uglify-js": "^2.4.20",
"watchify": "^3.1.2"
},
"dependencies": {
"component-emitter": "^1.2.0",
"dom-transform": "^1.0.1",
"is-number": "^1.1.2",
"lodash.bindall": "^3.1.0",
"tinycolor2": "^1.1.2"
}
}