36 lines
786 B
JSON
36 lines
786 B
JSON
{
|
|
"name": "ngclipboard",
|
|
"version": "2.0.0",
|
|
"homepage": "https://github.com/sachinchoolur/ngclipboard",
|
|
"license": "MIT",
|
|
"authors": [
|
|
"Sachin N <sachi77n@gmail.com>"
|
|
],
|
|
"description": "Angularjs directive for clipboard.js",
|
|
"main": "dist/ngclipboard.js",
|
|
"keywords": [
|
|
"ngclipboard",
|
|
"copy",
|
|
"cut",
|
|
"clipboard",
|
|
"angularjs"
|
|
],
|
|
"dependencies": {
|
|
"clipboard": "^2.0.0",
|
|
"angular": "^1.2.0"
|
|
},
|
|
"ignore": [
|
|
"README.md",
|
|
"demo"
|
|
],
|
|
"_release": "2.0.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "2.0.0",
|
|
"commit": "cfe68908cbb62239e2c0eb5f483fc7ccfdac3fb7"
|
|
},
|
|
"_source": "https://github.com/sachinchoolur/ngclipboard.git",
|
|
"_target": "^2.0.0",
|
|
"_originalSource": "ngclipboard",
|
|
"_direct": true
|
|
} |