UNPKG

855 BJSONView Raw
1{
2 "name": "findout",
3 "version": "2.0.0",
4 "description": "Find out a module.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "okunishinishi/node-findout",
10 "keywords": [
11 "module",
12 "require"
13 ],
14 "author": {
15 "name": "Taka Okunishi",
16 "url": "http://okunishitaka.com"
17 },
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/okunishinishi/node-findout/issues"
21 },
22 "homepage": "https://github.com/okunishinishi/node-findout#readme",
23 "dependencies": {
24 "co": "^4.6.0"
25 },
26 "devDependencies": {
27 "ape-covering": "^3.0.1",
28 "ape-releasing": "^3.1.1",
29 "ape-reporting": "^3.0.1",
30 "ape-tasking": "^4.0.0",
31 "ape-testing": "^4.0.0",
32 "ape-tmpl": "^5.0.1",
33 "ape-updating": "^3.0.2",
34 "coz": "^6.0.2"
35 },
36 "engines": {
37 "node": ">=6",
38 "npm": ">=3"
39 }
40}
\No newline at end of file