| { |
| "name": "karma-sinon", |
| "description": "Sinon for Karma", |
| "keywords": [ |
| "karma", |
| "karma-plugin", |
| "sinon", |
| "mock" |
| ], |
| "version": "1.0.5", |
| "main": "./index.js", |
| "author": { |
| "name": "Janusz Jablonski", |
| "email": "janusz.jablonski+karma-sinon@gmail.com" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/yanoosh/karma-sinon.git" |
| }, |
| "bugs": { |
| "url": "https://github.com/yanoosh/karma-sinon/issues" |
| }, |
| "licenses": [ |
| { |
| "type": "MIT", |
| "url": "https://raw.github.com/yanoosh/karma-sinon/master/LICENSE" |
| } |
| ], |
| "peerDependencies": { |
| "karma": ">=0.10", |
| "sinon": "*" |
| }, |
| "engines": { |
| "node": ">= 0.10.0" |
| } |
| } |