-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "angular-clipboard",
"version": "1.7.0",
"description": "Copy to clipboard with AngularJS directive, without using Flash.",
"main": "angular-clipboard.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"author": "Ole Michelsen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/omichelsen/angular-clipboard.git"
},
"keywords": [
"angular",
"clipboard",
"copy",
"paste",
"selection"
],
"peerDependencies": {
"angular": "^1.3.0"
},
"devDependencies": {
"jasmine-core": "^3.4.0",
"karma": "^4.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1"
}
}