-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1014 Bytes
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "win-clipboard",
"version": "0.0.6",
"description": "Clipboard access for Windows.",
"homepage": "https://github.com/mlewand/win-clipboard",
"author": {
"name": "Marek Lewandowski",
"email": "[email protected]",
"url": ""
},
"main": "lib/index.js",
"keywords": [
"addon"
],
"devDependencies": {
"chai": "^3.5.0",
"clipboardy": "^1.1.1",
"eslint": "^3.1.1",
"eslint-config-mlewand-node": "^0.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^3.0.1",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0"
},
"repository": "mlewand/win-clipboard",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"os": [
"win32"
],
"license": "MIT",
"dependencies": {
"bindings": "^1.2.1",
"detect-newline": "^2.1.0",
"iconv-lite": "^0.4.16",
"nan": "^2.6.2"
}
}