UNPKG

standard-resume

Version:
37 lines (36 loc) 938 B
{ "name": "standard-resume", "version": "0.0.11", "description": "The Standard Resume ReactJS component.", "main": "lib/StandardResume.js", "repository": { "type": "git", "url": "https://github.com/StandardResume/StandardResume.git" }, "author": "Riley Tomasek", "homepage": "https://github.com/StandardResume/StandardResume/blob/latest/README.md", "license": "MIT", "bugs": { "url": "https://github.com/StandardResume/StandardResume/issues" }, "scripts": { "babel": "babel -d build/lib ./modules", "build": "rm -rf build && npm run babel && cp README.md build && cp package.json build" }, "keywords": [ "react-components", "react", "resume", "standard-resume" ], "devDependencies": { "babel": "^5.1.10", "babel-eslint": "^3.0.1", "eslint": "^0.19.0" }, "dependencies": { "classnames": "^1.2.0", "moment": "^2.10.2", "react": "^0.13.2" } }