Quelltext der Datei: http://www.michaelster.ch/jsTestFolder/jQuery/jquery-browser-plugin/package.json

Dateigrösse: 787 bytes

[Anzeige ohne Zeilennummern]


 1 {
 2   "name": "jquery.browser",
 3   "version": "0.1.0",
 4   "authors": [
 5     "Gabriel Cebrian <gabceb@gmail.com>",
 6     "jQuery Team <https://github.com/gabceb/jquery-browser-plugin/wiki/Authors>"
 7   ],
 8   "scripts": {
 9     "test": "grunt test"
10   },
11   "description": "A jQuery plugin for browser detection.",
12   "main": "dist/jquery.browser.js",
13   "repository": "git@github.com:gabceb/jquery-browser-plugin.git",
14   "devDependencies": {
15     "chai": "^1.10.0",
16     "grunt": "~0.4.0",
17     "grunt-browserify": "^3.2.1",
18     "grunt-contrib-copy": "~0.4.1",
19     "grunt-contrib-jshint": "~0.1.1",
20     "grunt-contrib-uglify": "~0.2.7",
21     "grunt-exec": "~0.4.2",
22     "jquery": "^2.1.3",
23     "mocha": "^2.1.0",
24     "webserver": "^1.1.2"
25   },
26   "license": "MIT",
27   "engines": {
28     "node": ">= 0.4.0"
29   }
30 }
31