-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·32 lines (32 loc) · 949 Bytes
/
package.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
{
"bugs": {
"web": "https://github.com/kevinparkerson/requirejs-aurl/issues"
},
"categories": [
"Loader plugins"
],
"description": "An AMD loader plugin for accessing the absolute url of a specified file regardless whether it's defined via a relative path.",
"github": "https://github.com/kevinparkerson/requirejs-aurl",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "BSD New",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
],
"main": "aurl.js",
"name": "aurl",
"repositories": [
{
"type": "git",
"url": "https://github.com/kevinparkerson/requirejs-aurl.git"
}
],
"version": "1.0.1",
"volo": {
"url": "https://raw.github.com/kevinparkerson/requirejs-aurl/{version}/aurl.js"
}
}