27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"name": "slugg",
|
|
"version": "1.2.1",
|
|
"description": "Make strings url safe (with no dependencies)",
|
|
"publishConfig": {
|
|
"registry": "http://registry.npmjs.org/"
|
|
},
|
|
"keywords": [
|
|
"slug",
|
|
"url",
|
|
"string"
|
|
],
|
|
"main": "slugg.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha test -R spec",
|
|
"test-browser": "./node_modules/.bin/mocha-srv test"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.7",
|
|
"mocha-srv": "~0.1",
|
|
"proclaim": "~1.2"
|
|
},
|
|
"repository": "git@github.com:bengourley/slugg.git",
|
|
"author": "Ben Gourley",
|
|
"license": "BSD"
|
|
}
|