forked from amorey/loadjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
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
{
"name": "loadjs",
"version": "1.0.4",
"license": "MIT",
"description": "Tiny async loader for modern browsers",
"keywords": [
"async",
"loader",
"dependency manager"
],
"homepage": "https://github.com/muicss/loadjs",
"bugs": {
"url": "https://github.com/muicss/loadjs/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/muicss/loadjs.git"
},
"main": "dist/loadjs.umd.js",
"devDependencies": {
"del": "2.2.0",
"gulp": "git+https://github.com/gulpjs/gulp#c4a7542986107949b049fc81aa081d72d95e98ff",
"gulp-jshint": "2.0.1",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.5.3",
"gulp-umd": "^0.2.0",
"jshint": "^2.9.2"
}
}