-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.23 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
46
47
{
"name": "jquery-clickout",
"version": "0.0.3",
"description": "Handle clickout events with jQuery",
"keywords": [
"clickout",
"outside",
"event",
"click",
"jquery"
],
"scripts": {
"pretest": "standard \"src/**/*.js\"",
"test": "karma start --single-run",
"sauce": "karma start ./karma.sauce.conf.js",
"sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2"
},
"repository": {
"type": "git",
"url": "https://github.com/gsantiago/jquery-clickout"
},
"author": "Guilherme Santiago",
"license": "MIT",
"main": "src/jquery-clickout.js",
"devDependencies": {
"browserify": "^13.0.0",
"dependify": "0.0.1",
"dotenv": "^2.0.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"jquery": "^2.2.2",
"karma": "^0.13.22",
"karma-browserify": "^5.0.3",
"karma-jasmine": "^0.3.8",
"karma-jasmine-diff-reporter": "^0.3.4",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"phantomjs-prebuilt": "^2.1.7",
"standard": "^8.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}