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.

42 lines
905 B
JSON

10 years ago
{
"name": "parse-git-config",
10 years ago
"description": "Parse `.git/config` into a JavaScript object. sync or async.",
10 years ago
"version": "0.1.0",
"homepage": "https://github.com/jonschlinkert/parse-git-config",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/parse-git-config.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/parse-git-config/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/parse-git-config/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
10 years ago
"ini": "^1.3.3"
10 years ago
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
10 years ago
"keywords": [
"config",
"git"
]
}