-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 KB
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
{
"name": "chainy-bundle-common",
"version": "1.0.1",
"title": "Common bundle for [ChainyJS](http://chainyjs.org)",
"description": "Chainy bundle for the set, each, map, log, count, trickle plugins",
"homepage": "https://github.com/chainy-bundles/common",
"license": {
"type": "MIT"
},
"keywords": [
"chainy",
"chainy-addon",
"chainy-bundle",
"common",
"official"
],
"badges": {
"travis": false,
"npm": true,
"david": true,
"daviddev": true,
"gittip": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"bugs": {
"url": "https://github.com/chainy-bundles/common/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/chainy-bundles/common.git"
},
"author": "2014+ Bevry Pty Ltd <[email protected]> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"contributors": [],
"dependencies": {},
"peerDependencies": {
"chainy": "*",
"chainy-plugin-set": "*",
"chainy-plugin-each": "*",
"chainy-plugin-map": "*",
"chainy-plugin-log": "*",
"chainy-plugin-count": "*",
"chainy-plugin-trickle": "*"
},
"devDependencies": {
"projectz": "~0.3.15"
},
"browsers": true
}