123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "muk-prop",
- "description": "Mock object methods and properties.",
- "keywords": [
- "test",
- "mock",
- "stub"
- ],
- "version": "1.2.1",
- "repository": {
- "type": "git",
- "url": "git://github.com/fent/muk-prop.js.git"
- },
- "author": "fent (https://github.com/fent)",
- "main": "./lib/index.js",
- "scripts": {
- "test": "istanbul cover node_modules/.bin/_mocha -- -R spec test/*-test.js"
- },
- "directories": {
- "lib": "./lib"
- },
- "devDependencies": {
- "istanbul": "^0.4.5",
- "mocha": "^5.0.0"
- },
- "engines": {
- "node": ">=4"
- },
- "license": "MIT",
- "files": [
- "lib"
- ]
- }
|