UNPKG

724 BJSONView Raw
1{
2 "name": "replaceall",
3 "author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",
4 "description": "Replace all instances in a JavaScript string",
5 "homepage": "http://ilee.co.uk",
6 "version": "0.1.5",
7 "main": "replaceall.min.js",
8 "keywords": [
9 "replace",
10 "replaceall",
11 "replace all",
12 "string"
13 ],
14 "scripts": {
15 "test": "grunt test"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git@github.com:leecrossley/replaceall.git"
20 },
21 "engines": {
22 "node": ">= 0.8.x"
23 },
24 "devDependencies": {
25 "grunt": "^0.4.5",
26 "grunt-contrib-jasmine": "^0.8.2",
27 "grunt-contrib-jshint": "^0.11.0",
28 "grunt-contrib-uglify": "^0.8.0",
29 "grunt-contrib-watch": "^0.6.1"
30 }
31}