-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.2 KB
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
44
45
{
"name": "jquery.getscripts",
"title": "jQuery.getScripts",
"description": "Load one or multiple JavaScript files from the server using a GET HTTP request, then execute them..",
"version": "1.0.1",
"keywords": [
"jquery",
"javascript",
"plugin",
"getscripts",
"getscript"
],
"author": {
"name": "David Hudson",
"email": "im@davidhudson.me",
"url": "http://davidhudson.me/"
},
"maintainers": [
{
"name": "David Hudson",
"email": "im@davidhudson.me",
"url": "http://davidhudson.me/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hudsonfoo/jquery-getscripts/blob/1.0.0/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/hudsonfoo/jquery-getscripts/issues",
"homepage": "https://github.com/hudsonfoo/jquery-getscripts",
"docs": "https://github.com/hudsonfoo/jquery-getscripts",
"download": "https://github.com/hudsonfoo/jquery-getscripts",
"repository": {
"type": "git",
"url": "https://github.com/hudsonfoo/jquery-getscripts"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-qunit": "~0.4.0"
}
}