-
Notifications
You must be signed in to change notification settings - Fork 18
/
box.json
60 lines (60 loc) · 2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "Dao",
"version": "1.0.3",
"author": "Abram Adams",
"location": "abramadams/dao#v1.0.3",
"createPackageDirectory": true,
"packageDirectory": "database",
"homepage": "http://abramadams.github.io/dao/",
"documentation": "https://github.com/abramadams/dao/wiki",
"repository": {
"type": "git",
"URL": "https://github.com/abramadams/dao.git"
},
"bugs": "",
"slug": "dao",
"shortDescription": "A ColdFusion library for easy Data Access, CRUD, ORM like functionality and LINQ style query building.",
"description": "Dao/Norm is a duo of libraries that provide a simple yet full featured interface to perform script based queries as well as adds extended functionality such as ORM (with easy and dynamic relationships), oData (Consume/Produce), LINQ style queries and more. Basically it is the data interaction ColdFusion/Railo/Lucee should have come with out of the box. In short, the goal of this library is to allow one to interact with the database in a DB platform agnostic way, while making it super easy.",
"instructions": "",
"changelog": "",
"type": "projects",
"keywords": [
"database",
"orm",
"linq",
"odata",
"sql",
"dao"
],
"private": false,
"projectURL": "https://github.com/abramadams/dao",
"License": [{
"type": "Apache 2.0",
"URL": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"contributors": [],
"dependencies": {},
"devDependencies": {
"testbox": "@latest"
},
"installPaths": {
"testbox": "testbox"
},
"scripts": {
"test": "box testbox run verbose=false"
},
"ignore": [
"**/.*",
"test",
"tests",
"daotest.cfm",
"entitytest.cfm",
".project",
"testbox",
"examples",
"model"
],
"testbox": {
"runner": "http://localhost:8500/tests/runner.cfm"
}
}