-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 959 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
{
"name": "elegant-status",
"version": "1.1.0",
"description": "Create elegant task status for CLI.",
"main": "index.js",
"scripts": {
"test": "eslint index.js && node playground.js",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inikulin/elegant-status.git"
},
"keywords": [
"status",
"elegant",
"spinner",
"cli",
"process",
"task"
],
"author": "Ivan Nikulin ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/inikulin/elegant-status/issues"
},
"files": [
"index.js"
],
"homepage": "https://github.com/inikulin/elegant-status#readme",
"dependencies": {
"chalk": "^1.1.1",
"elegant-spinner": "^1.0.1",
"log-update": "^1.0.2",
"os-family": "^1.0.0"
},
"devDependencies": {
"eslint": "^1.10.3",
"publish-please": "^2.1.1"
}
}