-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 KB
/
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
33
34
35
36
{
"name": "require-global",
"version": "0.1.1",
"description": "RequireJS loader plugin that allows to require global variables thus making dependencies on globals explicit.",
"main": "sources/global.js",
"directories": {
"example": "examples"
},
"testling": {
"html": "tests/runner.html?testling=true",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"repository": {
"type": "git",
"url": "https://github.com/alexeiskachykhin/require-global.git"
},
"keywords": [
"gulpplugin",
"gulp"
],
"author": "Alexei Skachykhin",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/alexeiskachykhin/require-global/issues"
},
"homepage": "https://github.com/alexeiskachykhin/require-global"
}