UNPKG

779 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.0.2",
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.1",
26 "grunt-shell": "~0.6.x",
27 "grunt-contrib-watch": "~0.5.x",
28 "grunt-contrib-jshint": "~0.8.x",
29 "grunt-contrib-jasmine": "~0.6.x",
30 "grunt-contrib-uglify": "~0.3.x",
31 "grunt-cli": "~0.1.x"
32 }
33}