-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathbower.json
39 lines (39 loc) · 815 Bytes
/
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
{
"name": "quickbase",
"description": "A lightweight, very flexible QuickBase API",
"main": "quickbase.browserify.min.js",
"authors": [
"Tristian Flanagan <tristian.flanagan@comcast.net> (https://github.com/tflanagan)"
],
"license": "Apache-2.0",
"keywords": [
"QuickBase",
"quickbase",
"qb",
"api"
],
"homepage": "https://github.com/tflanagan/node-quickbase",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"documentation",
"node_modules",
"tests",
"tools",
".eslintrc",
".gitignore",
".travis.yml",
"example.js",
"gulpfile.js",
"quickbase.js",
"quickbase.es5.js",
"quickbase.sa.min.js"
],
"repository": {
"type": "git",
"url": "git://github.com/tflanagan/node-quickbase.git"
},
"private": false
}