-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 801 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
{
"name": "process-name",
"version": "1.0.1",
"description": "Application process name cross platform",
"main": "index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"pretest": "eslint --ignore-path .gitignore .",
"test": "node_modules/mocha/bin/mocha tests/*"
},
"files": [
"index.js",
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/arshadkazmi42/process-name.git"
},
"keywords": [
"process name",
"process",
"process-name",
"task name",
"cross platform",
"windows",
"macos",
"linux"
],
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"eslint": "^5.11.1",
"eslint-config-strongloop": "^2.1.0"
},
"author": "Arshad Kazmi",
"license": "MIT"
}