my-prototypes
Version:
Add Array, Numbers, Object and String prototypes in your project.
68 lines (67 loc) • 1.51 kB
JSON
{
"name": "my-prototypes",
"version": "0.7.6",
"description": "Add Array, Numbers, Object and String prototypes in your project.",
"main": "index.js",
"scripts": {
"test": "grunt coverage",
"test_build": "grunt coverage_build"
},
"repository": {
"type": "git",
"url": "https://github.com/marcosomma/my-prototypes.git"
},
"keywords": [
"prototype",
"array",
"string",
"number",
"object",
"json",
"capitalize",
"repeat",
"reverse",
"substring",
"escape",
"unescape",
"html",
"format",
"money",
"percent",
"convert",
"valdator",
"seconds",
"us date",
"eu date",
"database",
"even",
"odd",
"object length",
"object split",
"length object",
"split object",
"generate object",
"array eliminate duplicate",
"array contain element",
"array generate scale",
"milliseconds"
],
"author": "Marco Somma <mak.so1979@gmail.com> (http://marcosomma.altervista.org/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcosomma/my-prototypes/issues"
},
"homepage": "http://marcosomma.github.io/my-prototypes",
"dependencies": {},
"devDependencies": {
"chai": "^2.1.2",
"codeclimate-test-reporter": "^0.3.1",
"grunt": "^0.4.5",
"grunt-istanbul-coverage": "^0.1.4",
"grunt-mocha-istanbul": "^2.3.1",
"grunt-shell": "^1.1.2",
"istanbul": "^0.3.8",
"mocha": "^2.2.1",
"mocha-lcov-reporter": "0.0.2"
}
}