-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 KB
/
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
44
45
{
"name": "jquery.nospamquiz.js",
"version": "1.0.1",
"description": "A simple jQuery plugin to prevent spammers.",
"main": "src/jquery.nospamquiz.js",
"scripts": {
"build": "gulp",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gormus/jquery.nospamquiz.js.git"
},
"keywords": [
"jquery",
"plugins",
"spam",
"quiz"
],
"author": {
"name": "Osman Gormus",
"email": "osman@gorm.us",
"url": "http://gorm.us"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gormus/jquery.nospamquiz.js/issues"
},
"homepage": "https://github.com/gormus/jquery.nospamquiz.js#readme",
"dependencies": {
"jquery": "^3.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-header": "^2.0.5",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"pump": "^3.0.0",
"release-it": "^7.2.1",
"rimraf": "^2.6.2"
}
}