UNPKG

react-cron

Version:

React component for generating cron expressions.

51 lines (50 loc) 1.21 kB
{ "name": "react-cron", "version": "0.0.1", "description": "React component for generating cron expressions.", "main": "lib/index.js", "scripts": { "lint": "eslint src", "start": "gulp dev", "test": "eslint src" }, "repository": { "type": "git", "url": "git+https://github.com/luqin/react-cron.git" }, "keywords": [ "jstree", "tree", "react", "react-cron", "react-component" ], "license": "ISC", "bugs": { "url": "https://github.com/luqin/react-cron/issues" }, "homepage": "https://github.com/luqin/react-cron", "dependencies": { "babel-runtime": "^5.8.20", "classnames": "^2.1.5", "jstree": "^3.2.1", "react": "^0.14.0", "react-dom": "^0.14.0" }, "devDependencies": { "babel": "5.8.23", "babel-core": "5.8.23", "babel-eslint": "^4.1.1", "babel-plugin-object-assign": "^1.1.0", "eslint": "1.4.3", "eslint-config-airbnb": "0.1.0", "eslint-plugin-react": "3.4.1", "gulp": "^3.9.0", "node-sass": "3.3.2", "react-bootstrap": "^0.27.1", "react-component-tools": "^0.1.9", "react-router": "1.0.0-rc3", "webpack": "1.12.2", "webpack-dev-server": "1.10.1" } }