-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathbox.json
42 lines (41 loc) · 1.07 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
{
"name": "UnderscoreCF",
"version": "2.4.0",
"author": "Russ Spivey",
"location": "russplaysguitar/UnderscoreCF",
"createPackageDirectory": true,
"packageDirectory": "",
"homepage": "https://github.com/russplaysguitar/underscorecf",
"documentation": "http://russplaysguitar.github.com/UnderscoreCF/",
"repository": {
"type": "git",
"URL": "https://github.com/russplaysguitar/underscorecf"
},
"bugs": "https://github.com/russplaysguitar/underscorecf/issues",
"slug": "underscorecf",
"shortDescription": "An UnderscoreJS port for Coldfusion. Functional programming library.",
"description": "",
"instructions": "",
"changelog": "",
"type": "modules",
"keywords": [
],
"private": false,
"engines": [
{
"type": "railo",
"version": "=4.0.x"
},
{
"type": "adobe",
"version": ">=10.0.0"
}
],
"ignore": [
"**/.*",
"build.xml",
"foundry.json",
"docs",
"mxunit_tests"
]
}