forked from sgentle/caniuse-cmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 841 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
{
"name": "caniuse-cmd",
"version": "1.3.1",
"description": "caniuse for the command line",
"scripts": {
"test": "mocha"
},
"preferGlobal": true,
"bin": {
"caniuse": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sgentle/caniuse-cmd.git"
},
"keywords": [
"caniuse"
],
"author": "Sam Gentle <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sgentle/caniuse-cmd/issues"
},
"homepage": "https://github.com/sgentle/caniuse-cmd",
"dependencies": {
"caniuse-db": "~1.0.0",
"coffee-script": "=1.9.1",
"colors": "^1.0.3",
"linewrap": "^0.2.1",
"open": "0.0.5",
"os-homedir": "^1.0.1",
"yargs": "git+https://github.com/sgentle/yargs.git#config-booleans"
},
"devDependencies": {
"mocha": "^2.2.1"
}
}