-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 905 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 905 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
31
32
33
34
35
36
37
{
"name": "jQuery.values",
"version": "1.0.5",
"description": "jQuery plugin to retrieve form input values",
"homepage": "https://github.com/orianda/jQuery.values",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/orianda/jQuery.values.git"
},
"keywords": [
"jQuery",
"form",
"values"
],
"author": "Orianda <orianda@paan.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/orianda/jQuery.values/issues"
},
"dependencies": {},
"devDependencies": {
"gulp": "~3.8.10",
"gulp-help": "~1.3.3",
"run-sequence": "~1.0.2",
"gulp-jshint": "~1.9.2",
"del": "~1.1.1",
"gulp-concat": "~2.4.3",
"gulp-header": "~1.2.2",
"gulp-sourcemaps": "~1.3.0",
"gulp-uglify": "~1.1.0",
"gulp-rename": "~1.2.0"
}
}