namify
Version:
Convert a npm package name into a safe-to-use variable name. Use as a mixin in Yeoman generators.
46 lines • 976 B
JSON
{
"name": "namify",
"description": "Convert a npm package name into a safe-to-use variable name. Use as a mixin in Yeoman generators.",
"version": "0.1.3",
"homepage": "https://github.com/jonschlinkert/namify",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/namify.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/namify/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/namify/blob/master/LICENSE-MIT"
}
],
"keywords": [
"name",
"slug",
"slugify",
"string",
"var",
"variable"
],
"main": "index.js",
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"verb": "~0.2.0",
"chai": "~1.9.1",
"mocha": "~1.18.2"
},
"dependencies": {
"reserved": "^0.1.0"
}
}