react-lifecalendar
Version:
A React/SVG-based Life Calendar component, inspired by [this article](http://waitbutwhy.com/2014/05/life-weeks.html) written by Tim Urban.
44 lines (43 loc) • 1.21 kB
JSON
{
"name": "react-lifecalendar",
"version": "1.0.5",
"description": "A React/SVG-based Life Calendar component, inspired by [this article](http://waitbutwhy.com/2014/05/life-weeks.html) written by Tim Urban.",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib",
"start": "node example/main.js",
"webpack-dev-server": "webpack-dev-server example/."
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonguest/react-lifecalendar.git"
},
"keywords": [
"life",
"calendar",
"react",
"svg",
"lifecalendar"
],
"author": "Simon Guest",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonguest/react-lifecalendar/issues"
},
"homepage": "https://github.com/simonguest/react-lifecalendar#readme",
"dependencies": {
"moment": "^2.14.1",
"react": "^15.2.0",
"react-dom": "^15.2.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"express": "^4.13.3",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0"
}
}