-
Notifications
You must be signed in to change notification settings - Fork 1
/
box.json
40 lines (40 loc) · 1.14 KB
/
box.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
{
"name": "Query Util",
"version": "1.0.0",
"author": "Bryce Hipp",
"location": "brycehipp/query-util",
"homepage": "https://github.com/brycehipp/query-util",
"documentation": "https://github.com/brycehipp/query-util",
"repository": {
"type": "git",
"URL": "https://github.com/brycehipp/query-util"
},
"bugs": "https://github.com/brycehipp/query-util/issues",
"slug": "query-util",
"shortDescription": "Collection of utilities for working with queries",
"description": "Collection of utilities for working with queries",
"type": "modules",
"keywords": ["query", "utility"],
"private": false,
"license": [
{
"type": "MIT",
"URL": "https://github.com/brycehipp/query-util/blob/master/LICENSE"
}
],
"devDependencies": {
"testbox": "^2.5.0+107"
},
"installPaths": {
"testbox": "testbox"
},
"ignore": ["**/.*", "test", "tests"],
"scripts": {
"postVersion": "package set location='brycehipp/query-util#v`package version`'",
"onRelease": "publish",
"postPublish": "!git push && !git push --tags"
},
"testbox": {
"runner": "http://localhost:8500/tests/runner.cfm"
}
}