| { |
| "author": { |
| "email": "doug@somethingdoug.com", |
| "name": "Douglas Christopher Wilson" |
| }, |
| "bugs": { |
| "url": "https://github.com/component/toidentifier/issues" |
| }, |
| "bundleDependencies": false, |
| "contributors": [ |
| { |
| "email": "doug@somethingdoug.com", |
| "name": "Douglas Christopher Wilson" |
| }, |
| { |
| "email": "niftylettuce@gmail.com", |
| "name": "Nick Baugh", |
| "url": "http://niftylettuce.com/" |
| } |
| ], |
| "deprecated": false, |
| "description": "Convert a string of words to a JavaScript identifier", |
| "devDependencies": { |
| "eslint": "4.19.1", |
| "eslint-config-standard": "11.0.0", |
| "eslint-plugin-import": "2.11.0", |
| "eslint-plugin-markdown": "1.0.0-beta.6", |
| "eslint-plugin-node": "6.0.1", |
| "eslint-plugin-promise": "3.7.0", |
| "eslint-plugin-standard": "3.1.0", |
| "mocha": "1.21.5", |
| "nyc": "11.8.0" |
| }, |
| "engines": { |
| "node": ">=0.6" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "homepage": "https://github.com/component/toidentifier#readme", |
| "license": "MIT", |
| "name": "toidentifier", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/component/toidentifier.git" |
| }, |
| "scripts": { |
| "lint": "eslint --plugin markdown --ext js,md .", |
| "test": "mocha --reporter spec --bail --check-leaks test/", |
| "test-cov": "nyc --reporter=html --reporter=text npm test" |
| }, |
| "version": "1.0.0" |
| } |