-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.04 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": "readmeio-sync",
"version": "0.8.4",
"description": "Sync documentation between Readme.io and your Github Repo",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/haroldtreen/readmeio-sync.git"
},
"keywords": [
"readme.io",
"sync",
"markdown",
"docs",
"documentation",
"github"
],
"author": "Harold Treen",
"license": "ISC",
"dependencies": {
"async": "^1.3.0",
"chai": "^3.0.0",
"chalk": "^1.1.1",
"cheerio": "^0.19.0",
"commander": "^2.8.1",
"grunt": "^0.4.5",
"jsonfile": "^2.0.1",
"lodash": "^3.9.3",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"request": "^2.57.0",
"tough-cookie": "^2.0.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.0",
"mockery": "^1.4.0",
"nock": "^2.5.0",
"simple-mock": "^0.3.1"
},
"preferGlobal": true,
"bin": {
"readmeio-sync": "index.js"
}
}