Buttplug sex toy control library
at buttplug-7.1.12 25 lines 661 B view raw
1{ 2 "name": "buttplug-json-schema", 3 "version": "0.0.1", 4 "description": "Buttplug JSON Schema Repo", 5 "main": "index.js", 6 "directories": { 7 "doc": "docs" 8 }, 9 "scripts": { 10 "test": "ajv compile -s schema/buttplug-schema.json && node tests/jsontest.js" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "git+https://github.com/metafetish/buttplug-schema.git" 15 }, 16 "author": "Kyle Machulis <kyle@machul.is>", 17 "license": "BSD-3-Clause", 18 "bugs": { 19 "url": "https://github.com/metafetish/buttplug-schema/issues" 20 }, 21 "homepage": "https://github.com/metafetish/buttplug-schema#readme", 22 "devDependencies": { 23 "ajv-cli": "^5.0.0" 24 } 25}