OOP_2022/node_modules/git/package.json
2022-11-29 18:23:11 +01:00

19 lines
914 B
JSON

{ "name" : "git"
, "description" : "A node.js library for git"
, "version" : "0.1.5"
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
, "contributors" : [ "Vincent Giersch <vincent@giersch.fr>" ]
, "repository" : { "type" : "git"
, "url" : "git@github.com:christkv/node-git.git" }
, "bugs" : { "mail" : "node-git@googlegroups.com"
, "web" : "http://groups.google.com/group/nodegit" }
, "main": "./lib/git/index"
, "directories" : { "lib" : "./lib/git" }
, "engines" : { "node" : ">=0.4.0" }
, "dependencies": { "mime": "1.2.9" }
, "devDependencies":{ "nodeunit" : ">=0.5.1" }
, "licenses" : [ { "type" : "Apache License, Version 2.0"
, "url" : "http://www.apache.org/licenses/LICENSE-2.0" } ]
, "scripts" : { "test" : "./node_modules/.bin/nodeunit test" }
}