forked from gabceb/jquery-browser-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 787 Bytes
/
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
{
"name": "jquery.browser",
"version": "0.1.0",
"authors": [
"Gabriel Cebrian <[email protected]>",
"jQuery Team <https://github.com/gabceb/jquery-browser-plugin/wiki/Authors>"
],
"scripts": {
"test": "grunt test"
},
"description": "A jQuery plugin for browser detection.",
"main": "dist/jquery.browser.js",
"repository": "[email protected]:gabceb/jquery-browser-plugin.git",
"devDependencies": {
"chai": "^1.10.0",
"grunt": "~0.4.0",
"grunt-browserify": "^3.2.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-exec": "~0.4.2",
"jquery": "^2.1.3",
"mocha": "^2.1.0",
"webserver": "^1.1.2"
},
"license": "MIT",
"engines": {
"node": ">= 0.4.0"
}
}