url-slugify
Version:
Creates SEO friendly URL slugs with multiple language support
49 lines (48 loc) • 1.44 kB
JSON
{
"name": "url-slugify",
"version": "1.0.6",
"description": "Creates SEO friendly URL slugs with multiple language support",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir .",
"prepare": "cross-env NODE_ENV=production npm run build",
"preversion": "npm test",
"postversion": "git push && git push --tags",
"test": "./node_modules/.bin/mocha \"tests/**/*.js\" --require babel-register",
"watch": "./node_modules/.bin/babel -w src --out-dir ."
},
"keywords": [
"slug",
"slugs",
"slugify",
"url",
"page url",
"unique url",
"seo"
],
"author": "Sidney Barrah",
"license": "MIT",
"dependencies": {
"hashids": "^1.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "8.0.1",
"babel-loader": "7.1.4",
"babel-plugin-source-map-support": "^2.0.1",
"babel-plugin-syntax-flow": "6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "6.16.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.16.0",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"mocha": "^6.1.4",
"webpack": "3.12.0",
"webpack-node-externals": "1.7.2"
},
"repository": "https://github.com/s-barrah/url-slugify"
}