-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 769 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 769 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
33
34
35
36
{
"name": "process-list-title",
"version": "0.0.9",
"description": "Get process title in windows",
"main": "index.js",
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flundar/process-list-title.git"
},
"keywords": [
"windows",
"win",
"process",
"list",
"tasklist",
"task list",
"process",
"process list",
"task",
"taskmgr"
],
"author": "Okay Şahin <mail@flundar.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/flundar/process-list-title/issues"
},
"homepage": "https://github.com/flundar/process-list-title#readme",
"devDependencies": {
"mocha": "^2.3.3",
"should": "^7.1.1",
"should-promised": "^0.3.1"
}
}