forked from tflanagan/node-quickbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 730 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 730 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
{
"name": "quickbase",
"description": "A lightweight, very flexible Quickbase API",
"main": "dist/quickbase.browserify.min.js",
"authors": [
"Tristian Flanagan <contact@tristianflanagan.com> (https://github.com/tflanagan)"
],
"license": "Apache-2.0",
"keywords": [
"QuickBase",
"quickbase",
"Quick Base",
"quick base",
"qb",
"api"
],
"homepage": "https://github.com/tflanagan/node-quickbase",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"assets",
"docs",
"src",
"build.js",
"dist/tests",
"dist/quickbase.js",
"dist/quickbase.d.ts"
],
"repository": {
"type": "git",
"url": "git://github.com/tflanagan/node-quickbase.git"
},
"private": false
}