-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 915 Bytes
/
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
{
"name": "git-describeify",
"version": "1.0.3",
"description": "A Browserify tranform to require Git describe information at transform time",
"keywords": [
"git",
"describe",
"git-describe",
"git-describeify",
"browserify",
"transform",
"browserify-transform"
],
"main": "index.js",
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idelsink/git-describeify.git"
},
"author": "Ingmar Delsink",
"license": "MIT",
"bugs": {
"url": "https://github.com/idelsink/git-describeify.git/issues"
},
"homepage": "https://github.com/idelsink/git-describeify#readme",
"dependencies": {
"browserify-transform-tools": "^1.7.0",
"git-describe": "^4.0.2",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"semistandard": "^11.0.0"
}
}