@@ -15,17 +15,16 @@ file. It must be actual JSON, not just a JavaScript object literal.
15
15
* <a href =" #field-title " >title</a >
16
16
* <a href =" #field-author " >author</a >
17
17
* <a href =" #field-licenses " >licenses</a >
18
- * <a href =" #field-dependencies " >dependencies</a >
18
+ * <a href =" #field-jquery- dependencies " >jquery. dependencies</a >
19
19
20
20
## Optional Fields
21
21
22
22
* <a href =" #field-description " >description</a >
23
23
* <a href =" #field-keywords " >keywords</a >
24
24
* <a href =" #field-homepage " >homepage</a >
25
- * <a href =" #field-docs " >docs</a >
26
- * <a href =" #field-demo " >demo</a >
25
+ * <a href =" #field-jquery- docs " >jquery. docs</a >
26
+ * <a href =" #field-jquery- demo " >jquery. demo</a >
27
27
* <a href =" #field-maintainers " >maintainers</a >
28
- * <a href =" #field-files " >files</a >
29
28
30
29
## <a name =" field-name " >name</a >
31
30
@@ -84,7 +83,7 @@ a url property linking to the actual text and an optional "type" property specif
84
83
}
85
84
]
86
85
87
- ## <a name =" field-dependencies " >dependencies</a >
86
+ ## <a name =" field-jquery- dependencies " >jquery. dependencies</a >
88
87
89
88
Dependencies are specified with a simple hash of package name to version
90
89
range. The version range is EITHER a string which has one or more
@@ -114,11 +113,11 @@ discover your plugin as it's listed on the jQuery Plugins Site.
114
113
115
114
The url to the plugin homepage.
116
115
117
- ## <a name =" field-docs " >docs</a >
116
+ ## <a name =" field-jquery- docs " >jquery. docs</a >
118
117
119
118
The url to the plugin documentation.
120
119
121
- ## <a name =" field-demo " >demo</a >
120
+ ## <a name =" field-jquery- demo " >jquery. demo</a >
122
121
123
122
The url to the plugin demo or demos.
124
123
@@ -128,14 +127,6 @@ An array of people.
128
127
129
128
See [ People Fields] ( #people-fields ) .
130
129
131
- ## <a name =" field-files " >files</a >
132
-
133
- The "files" field is an array of files that make up your plugin. This should
134
- be a file path relative to the root of your plugin folder.
135
-
136
- If you name a folder in the array, then it will also include the files
137
- inside that folder.
138
-
139
130
# <a name =" people-fields " >People Fields</a >
140
131
141
132
A "person" is an object with a "name" field and optionally "url" and
@@ -236,8 +227,10 @@ digits after the first "x" are ignored.
236
227
"url" : " GPL-LICENSE.txt"
237
228
}
238
229
],
239
- "dependencies" : {
240
- "jquery" : " 1"
230
+ "jquery" : {
231
+ "dependencies" : {
232
+ "jquery" : " 1"
233
+ }
241
234
},
242
235
"description" : " The main purpose of this plugin is to animate color properties on elements using jQuery's .animate()" ,
243
236
"keywords" : [
@@ -252,9 +245,6 @@ digits after the first "x" are ignored.
252
245
"name" : " Corey Frang" ,
253
246
"url" : " https://github.com/gnarf37"
254
247
}
255
- ],
256
- "files" : [
257
- " jquery.color.js"
258
248
]
259
249
}
260
250
```
0 commit comments