UNPKG

workout-tracker

Version:
35 lines (34 loc) 700 B
{ "name": "workout-tracker", "description": "A set of JSON schemas for workouts", "version": "3.0.2", "scripts": { "test": "make test", "dev": "python -m SimpleHTTPServer 8000" }, "author": { "name": "Khaliq Gant", "email": "khaliqgant@gmail.com", "url": "https://github.com/khaliqgant" }, "repository": { "type": "git", "url": "https://github.com/khaliqgant/workout-tracker" }, "engines": { "node": ">=0.1.0" }, "dependencies": { "is-my-json-valid": "^2.13.1", "json-editor": "^0.7.23" }, "devDependencies": { "assert": "^1.3.0", "mocha": "*" }, "keywords": [ "exercise", "workouts", "weight lifting" ] }