forked from mixu/archey.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 784 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 784 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
{
"name": "archey",
"version": "0.1.1",
"description": "Archey.js is a system information tool written in JS (based on Archey) ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"archeyjs": "./bin/archeyjs"
},
"repository": {
"type": "git",
"url": "git://github.com/mixu/archey.js"
},
"keywords": [
"archey",
"system",
"information",
"tool"
],
"author": "Mikito Takada <mikito.takada@gmail.com> (http://mixu.net/)",
"license": "GPL-3.0",
"readmeFilename": "readme.md",
"gitHead": "f98e5c3b16d5ccac588c3b8ebfdf6831160be5ec",
"bugs": {
"url": "https://github.com/mixu/archey.js/issues"
},
"dependencies": {
"bytes": "~2.2.0",
"optimist": "~0.6.0"
}
}