stepper-without-padding
Version:
React horizontal stepper without padding
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "stepper-without-padding",
"version": "1.0.12",
"description": "React horizontal stepper without padding",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib",
"prepublish": "npm run build",
"example": "webpack -w -d --config example/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tejas-aerem/stepper-without-padding.git"
},
"keywords": [
"facebook",
"react",
"component",
"react-component",
"stepper",
"step"
],
"author": "Xyz",
"license": "MIT",
"bugs": {
"url": "https://github.com/tejas-aerem/stepper-without-padding.git/issues"
},
"homepage": "https://github.com/tejas-aerem/stepper-without-padding.git",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"webpack": "^1.13.2"
},
"engines": {
"node": ">= 5.11.0"
},
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.3.2",
"react-dom": "^15.3.2"
}
}