UNPKG

bible-book-name-abbreviator

Version:
57 lines (56 loc) 1.25 kB
{ "name": "bible-book-name-abbreviator", "version": "1.0.5", "description": "Abbreviates bible book names", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/anothradam/bible-book-name-abbreviator.git" }, "keywords": [ "Bible", "abbreviator", "bible", "books", "scripture", "old", "testament", "new", "testament" ], "author": "Adam Gedney", "maintainers": [ { "name": "adamgedney", "email": "adam@adamgedney.com" } ], "_npmUser": { "name": "adamgedney", "email": "adam@adamgedney.com" }, "license": "MIT", "homepage": "https://bitbucket.org/anothradam/bible-book-name-abbreviator#readme", "devDependencies": { "babel-core": "^6.10.4", "babel-preset-es2015": "^6.9.0", "babelify": "^7.3.0", "browserify": "^13.0.1", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-load-plugins": "^1.2.4", "gulp-sourcemaps": "^1.6.0", "jsonfile": "^2.4.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0" }, "babel": { "presets": [ "es2015" ] } }