-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name" : "heightstick",
"version" : "0.2.1",
"description" : "Codebase growth assessment tool",
"keywords" : [
"git"
],
"author" : "Dan Stocker <[email protected]>",
"copyright" : "Copyright (c) 2015 Dan Stocker",
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "https://github.com/danstocker/heightstick.git"
},
"dependencies": {
"giant-assertion": "0.0.4",
"giant-data" : "0.0.4",
"giant-namespace": "0.0.4",
"giant-oop" : "0.0.4",
"giant-utils" : "0.0.4",
"q" : "^1.2.0"
},
"files" : [
"src/Collection.js",
"src/DateInterval.js",
"src/DateIntervals.js",
"src/AuthorsParser.js",
"src/ClocParser.js",
"src/Executable.js",
"src/Git.js",
"src/Cloc.js",
"src/GitRepo.js",
"src/GrowthStats.js",
"src/heightstick.js"
],
"bin" : {
"heightstick": "src/heightstick.js"
}
}