-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.11 KB
/
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
45
46
47
48
49
{
"name": "linuxspells",
"version": "0.8.4",
"description": "Potter-ify your Linux Experience!",
"main": "spells.js",
"bin": {
"lumos": "lumos.js",
"obliviate": "obliviate.js",
"geminio": "geminio.js",
"legilimens": "legilimens.js",
"mobiliarbus": "mobiliarbus.js",
"avada-kedavra": "avada kedavra.js",
"accio":"accio.js",
"spells": "spells.js"
},
"dependencies": {
"chalk": "^2.0.1",
"figlet": "^1.2.0",
"fs-extra": "^4.0.0",
"inquirer": "^3.2.0",
"terminal-utilities": "^2.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabru-md/LinuxSpells.git"
},
"keywords": [
"potter",
"harry",
"harry-potter",
"spells",
"linux",
"spells-linux",
"potterify",
"experience",
"harry-linux",
"spells-harry"
],
"author": "Manish Devgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabru-md/LinuxSpells/issues"
},
"homepage": "https://github.com/gabru-md/LinuxSpells#readme"
}