forked from flosse/sloc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 983 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
39
40
41
{
"name": "sloc",
"version": "0.0.4",
"main": "./lib/sloc",
"bin": {
"sloc": "./bin/sloc"
},
"description": "sloc is a simple tool to count SLOC (source lines of code)",
"author": "Markus Kohlhase",
"bugs": "http://github.com/flosse/sloc/issues",
"contributors": ["Markus Kohlhase", "feugy"],
"licenses": [{"type": "GPLv3"}],
"engine": "node",
"dependencies": {
"commander": "~2.0.0",
"async": "~0.2.9"
},
"devDependencies":
{
"buster": "~0.6.12",
"sinon": "~1.4.1",
"buster-coffee": "~0.1.4",
"coffee-script": "~1.6.3"
},
"repository":
[
{
"type": "git",
"url": "git://github.com/flosse/sloc.git"
}
],
"maintainers":
[
{
"name": "Markus Kohlhase",
"email": "[email protected]",
"web": "http://github.com/flosse/"
}
],
"scripts": { "test": "buster test --node" }
}