forked from sb2nov/mac-setup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·57 lines (57 loc) · 1.44 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": "mac-setup",
"version": "0.0.3",
"homepage": "https://www.sourabhbajaj.com/",
"description": "Installing Development environment on Mac OS X",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-gh-pages": "0.9.1",
"grunt-cli": "0.1.11",
"gitbook": "0.6.0",
"grunt-http-server": "0.0.5",
"gitbook-plugin": "0.0.2",
"gitbook-plugin-autocover": "1.0.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-gh-pages": "0.9.1",
"grunt-cli": "0.1.11",
"gitbook": "0.6.0",
"grunt-http-server": "0.0.5",
"gitbook-plugin": "0.0.2",
"gitbook-plugin-autocover": "1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"gitbook": "./bin/gitbook.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sb2nov/mac-setup.git"
},
"keywords": [
"OSx",
"Install",
"Mac",
"Git",
"Gitbook",
"Setup",
"Instruction"
],
"author": "Sourabh Bajaj",
"license": "MIT",
"bugs": {
"url": "https://github.com/sb2nov/mac-setup/issues"
},
"contributors": [
{
"name": "Sourabh Bajaj",
"email": "[email protected]"
}
]
}