UNPKG

572 BJSONView Raw
1{
2 "name": "mocha-jshint",
3 "version": "0.0.7",
4 "description": "run JSHint as mocha tests",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test.js"
8 },
9 "keywords": [
10 "mocha",
11 "jshint"
12 ],
13 "author": "Allan Ebdrup",
14 "license": "Apache2",
15 "devDependencies": {
16 "mocha": ""
17 },
18 "dependencies": {
19 "jshint": "~2.3"
20 },
21 "directories": {
22 "test": "test"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git://github.com/Muscula/mocha-jshint.git"
27 },
28 "bugs": {
29 "url": "https://github.com/Muscula/mocha-jshint/issues"
30 }
31}