You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.2 KiB
JSON

10 years ago
{
"name": "parse-git-config",
10 years ago
"description": "Parse `.git/config` into a JavaScript object. sync or async.",
9 years ago
"version": "0.3.2",
10 years ago
"homepage": "https://github.com/jonschlinkert/parse-git-config",
9 years ago
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/parse-git-config",
10 years ago
"bugs": {
"url": "https://github.com/jonschlinkert/parse-git-config/issues"
},
"license": "MIT",
10 years ago
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"ini": "^1.3.4"
10 years ago
},
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5",
"should": "^8.2.2"
10 years ago
},
10 years ago
"keywords": [
"config",
10 years ago
"git",
"parse"
9 years ago
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"parse-github-url",
"parse-gitignore",
"parse-author",
"parse-authors",
"git-user-name",
"git-username"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
9 years ago
}
}
9 years ago
}