-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
75 lines (75 loc) · 1.49 KB
/
bower.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "base-data",
"description": "adds a `data` method to base-methods.",
"repository": "node-base/base-data",
"license": "MIT",
"homepage": "https://github.com/node-base/base-data",
"authors": [
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"main": [
"index.js"
],
"dependencies": {
"arr-flatten": "^1.0.1",
"cache-base": "^0.8.4",
"extend-shallow": "^2.0.1",
"get-value": "^2.0.6",
"has-glob": "^0.1.1",
"has-value": "^0.3.1",
"is-registered": "^0.1.5",
"is-valid-app": "^0.2.0",
"kind-of": "^3.0.3",
"lazy-cache": "^2.0.1",
"merge-value": "^0.1.1",
"mixin-deep": "^1.1.3",
"read-file": "^0.2.0",
"resolve-glob": "^0.1.8",
"set-value": "^0.3.3",
"union-value": "^0.2.3"
},
"devDependencies": {
"base": "^0.8.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"js-yaml": "^3.6.1",
"mocha": "^2.5.1"
},
"keywords": [
"base",
"base-methods",
"baseplugin",
"context",
"data",
"extend",
"glob",
"json",
"load",
"merge",
"methods",
"plugin",
"templates",
"yaml"
],
"version": "0.6.0",
"bugs": {
"url": "https://github.com/node-base/base-data/issues"
},
"files": [
"index.js",
"utils.js"
],
"ignore": [
"actual",
"bower_components",
"fixtures",
"node_modules",
"temp",
"test",
"test.js",
"tmp"
]
}