-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 915 Bytes
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
{
"name": "whech",
"main": "index.js",
"version": "0.7.6",
"engines": {"node": ">= 0.10.0"},
"devDependencies": {
"mocha": "*",
"should": "*",
"jshint-stylish": "*"
},
"author": "Javier Carrillo",
"description": "which the heck directions",
"repository": "stringparser/node-whech",
"homepage": "https://github.com/stringparser/node-whech",
"keywords": [
"configFile",
"package",
"module",
"findup",
"which",
"from",
"cli",
"run",
"bin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stringparser/node-whech/issues"
},
"scripts": {
"lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
"test": "mocha --reporter spec test/_main.js"
},
"dependencies": {
"findup-sync": "^0.1.3",
"utils-type": "^0.8.10",
"findup": "^0.1.5",
"which": "^1.0.5"
}
}