UNPKG

1.32 kBJSONView Raw
1{
2 "name": "is-valid-app",
3 "description": "Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet.",
4 "version": "0.1.1",
5 "homepage": "https://github.com/jonschlinkert/is-valid-app",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/is-valid-app",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/is-valid-app/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "utils.js"
15 ],
16 "main": "index.js",
17 "engines": {
18 "node": ">=0.10.0"
19 },
20 "scripts": {
21 "test": "mocha"
22 },
23 "dependencies": {
24 "debug": "^2.2.0",
25 "is-registered": "^0.1.5",
26 "is-valid-instance": "^0.1.0",
27 "lazy-cache": "^2.0.1"
28 },
29 "devDependencies": {
30 "base": "^0.8.1",
31 "gulp-format-md": "^0.1.9",
32 "mocha": "^2.5.3"
33 },
34 "keywords": [],
35 "verb": {
36 "toc": false,
37 "layout": "default",
38 "tasks": [
39 "readme"
40 ],
41 "plugins": [
42 "gulp-format-md"
43 ],
44 "related": {
45 "list": [
46 "base",
47 "is-registered",
48 "is-valid-instance"
49 ]
50 },
51 "reflinks": [
52 "base",
53 "verb",
54 "verb-readme-generator"
55 ],
56 "lint": {
57 "reflinks": true
58 }
59 }
60}