@ctx-core/clipboard
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@ctx-core/clipboard", | ||
"version": "1.0.1", | ||
"description": "ctx-core clipboard", | ||
"main": "lib.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ctx-core/ctx-core.git" | ||
}, | ||
"keywords": [ | ||
"ctx-core", | ||
"clipboard" | ||
], | ||
"author": "Brian Takita", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/ctx-core/ctx-core/issues" | ||
}, | ||
"homepage": "https://github.com/ctx-core/ctx-core#readme", | ||
"gitHead": "ef4530ea9b4a4b28074f7156ef539e168f3a214f" | ||
"name": "@ctx-core/clipboard", | ||
"version": "1.0.2", | ||
"description": "ctx-core clipboard", | ||
"main": "lib.js", | ||
"module": "lib.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ctx-core/ctx-core.git" | ||
}, | ||
"keywords": [ | ||
"ctx-core", | ||
"clipboard" | ||
], | ||
"author": "Brian Takita", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/ctx-core/ctx-core/issues" | ||
}, | ||
"homepage": "https://github.com/ctx-core/ctx-core#readme", | ||
"gitHead": "97f939f161ed4479c788a5fb2969d08c798e3104" | ||
} |
863