-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
57 lines (57 loc) · 1.29 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
50
51
52
53
54
55
56
57
{
"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",
"nox": "nox.js",
"reducio": "reducio.js",
"spells": "spells.js"
},
"dependencies": {
"chalk": "^2.0.1",
"figlet": "^1.2.0",
"fs-extra": "^4.0.0",
"inquirer": "^3.2.0",
"lodash": "^4.17.11",
"tar": "^4.4.10",
"terminal-utilities": "^2.3.2"
},
"devDependencies": {
"jshint": "2.9.5"
},
"scripts": {
"postinstall": "node postinstall.js",
"test": "npm install -g && spells",
"lint": "node_modules/.bin/jshint ."
},
"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"
}