-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.1 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ministyle",
"description": "Minimal chainable semantic output styler/writer",
"version": "0.1.4",
"homepage": "https://github.com/Bartvds/ministyle",
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"repository": {
"type": "git",
"url": "https://github.com/Bartvds/ministyle"
},
"bugs": {
"url": "https://github.com/Bartvds/ministyle/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Bartvds/ministyle/blob/master/LICENSE-MIT"
}
],
"keywords": [
"cli",
"text",
"ansi",
"color",
"stream",
"adapter",
"style"
],
"main": "lib/index.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.0",
"grunt-mocha-test": "~0.7.0",
"mocha-unfunk-reporter": "~0.3.6",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"jshint-path-reporter": "~0.1.3",
"grunt-mocha-test": "~0.7.0",
"chai": "~1.8.1"
}
}