forked from WPP-Public/akqa-nz-async-load
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 855 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "async-load",
"version": "0.1.3",
"description": "An extremely minimal asynchronous JavaScript loader",
"keywords": [
"async",
"loader",
"js",
"amd"
],
"licenses": [
{
"type": "MIT",
"url": "http://heyday.mit-license.org/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/heyday/async-load"
}
],
"bugs": "https://github.com/heyday/async-load/issues",
"maintainers": [
{
"name": "Pieter Vanderwerff"
}
],
"main": "load.js",
"devDependencies": {
"buster": "~0.6",
"buster-amd": "~0.3.0",
"requirejs": "~2.1.0",
"when": "~1.8.0",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.0",
"grunt-plugin-buster": "~2.0.0",
"grunt-contrib-uglify": "~0.1.1"
},
"scripts": {
"test": "grunt test"
}
}