UNPKG

2r-stepper

Version:

2R library stepper component implemented in React

56 lines (55 loc) 1.55 kB
{ "name": "2r-stepper", "version": "1.1.1", "description": "2R library stepper component implemented in React", "main": "dist/2r-stepper.js", "scripts": { "test": "gulp test", "build": "gulp js && gulp js-examples && gulp html-examples", "release": "gulp js && gulp js-examples && gulp html-examples && npm publish" }, "repository": { "type": "git", "url": "https://github.com/vladzelinschi/2r-stepper" }, "keywords": [ "react", "stepper", "increment", "react-stepper", "react-stepper-component", "react-stepper-plugin", "react-increment", "react-increment-component", "react-increment-plugin" ], "author": "Vlad \"Reign\" Zelinschi <the.reignn@gmail.com>", "bugs": { "url": "https://github.com/vladzelinschi/2r-stepper/issues" }, "homepage": "https://github.com/vladzelinschi/2r-stepper", "devDependencies": { "babelify": "^6.1.3", "browserify": "^11.0.1", "classnames": "^2.1.3", "gulp": "^3.9.0", "gulp-babel": "^5.2.0", "gulp-connect": "^2.2.0", "gulp-uglify": "^1.2.0", "jasmine-core": "^2.3.4", "karma": "^0.13.9", "karma-browserify": "^4.3.0", "karma-chrome-launcher": "^0.2.0", "karma-firefox-launcher": "^0.1.6", "karma-jasmine": "^0.3.6", "karma-phantomjs-launcher": "^0.2.1", "karma-safari-launcher": "^0.1.1", "phantomjs": "^1.9.18", "phantomjs-polyfill": "0.0.1", "vinyl-source-stream": "^1.1.0" }, "dependencies": { "react": "^0.13.3" }, "license": "WTFPL-2.0" }