This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/replaceall/package.json

32 lines
724 B
JSON

{
"name": "replaceall",
"author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",
"description": "Replace all instances in a JavaScript string",
"homepage": "http://ilee.co.uk",
"version": "0.1.6",
"main": "replaceall.min.js",
"keywords": [
"replace",
"replaceall",
"replace all",
"string"
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:leecrossley/replaceall.git"
},
"engines": {
"node": ">= 0.8.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1"
}
}