UNPKG

518 BJSONView Raw
1{
2 "name": "hicat",
3 "author": "Rico Sta. Cruz <hi@ricostacruz.com>",
4 "license": "MIT",
5 "version": "0.6.2",
6 "repository": {
7 "type": "git",
8 "url": "http://github.com/rstacruz/hicat.git"
9 },
10 "description": "Command-line syntax highlighter.",
11 "main": "index.js",
12 "scripts": {
13 "test": "mocha"
14 },
15 "bin": {
16 "hicat": "./bin/hicat"
17 },
18 "dependencies": {
19 "highlight.js": "^8.1.0",
20 "minimist": "^0.2.0"
21 },
22 "devDependencies": {
23 "chai": "^1.9.1",
24 "mocha": "^1.21.3"
25 }
26}