UNPKG

@creenv/slider

Version:
44 lines (43 loc) 1.05 kB
{ "name": "@creenv/slider", "version": "1.0.6", "description": "A simple slider, used by @creenv/gui", "keywords": [ "creenv", "slider" ], "license": "MIT", "author": "Baptiste Crespy", "homepage": "https://github.com/bcrespy/creenv-slider.git", "repository": { "type": "git", "url": "https://github.com/bcrespy/creenv-slider.git" }, "bugs": { "mail": "baptiste.crespy@gmail.com", "url": "https://github.com/bcrespy/creenv-slider/issues" }, "main": "lib/index.js", "files": [ "/lib" ], "scripts": { "clean": "", "start": "watchify ./src/main.js -o ./src/bundle.js", "test": "cross-env NODE_ENV=test jest", "test:watch": "cross-env NODE_ENV=test jest --watch", "test:cover": "cross-env NODE_ENV=test jest --coverage", "prepublish": "npm run test" }, "peerDependencies": {}, "dependencies": { "@creenv/inject-css": "0.0.1" }, "devDependencies": { "cross-env": "^5.1.4", "watchify": "^3.11.0" }, "jest": { "testEnvironment": "node" } }