-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 899 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
42
{
"name": "diverge",
"version": "1.0.2",
"description": "Conditional build tool for text files",
"author": "Anderson Arboleya <[email protected]>",
"main": "index.js",
"bin": "bin/diverge",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/arboleya/diverge"
},
"keywords": [
"conditional",
"compilation",
"text",
"files",
"build"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/arboleya/diverge/issues"
},
"homepage": "https://github.com/arboleya/diverge",
"devDependencies": {
"chai": "^2.2.0",
"codeclimate-test-reporter": "0.0.4",
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"mocha": "^2.2.4",
"mversion": "^1.10.0",
"npm-check": "^3.2.10"
},
"dependencies": {
"commander": "^2.8.1"
}
}