-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 885 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 885 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
41
{
"name": "bucks.js",
"version": "0.8.4",
"keywords": [
"browser",
"node",
"async"
],
"readmeFilename": "README.md",
"main": [
"bucks.js",
"bucks.min.js"
],
"ignore": [
"**/.*",
"AUTHORS",
"Changelog",
"LICENSE",
"Makefile",
"README.md",
"bower.json",
"build.sh",
"component.json",
"node_modules",
"package.json",
"setver",
"spec",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/CyberAgent/bucks.js.git"
},
"homepage": "https://github.com/CyberAgent/bucks.js.git",
"authors": [
"CyberAgent, Inc <npm@cyberagent.co.jp>",
"Kazuma Mishimagi <mishimagi_kazuma@cyberagnet.co.jp>"
],
"license": "MIT",
"dependencies": {}
}