1 | {
|
2 | "name": "string",
|
3 | "version": "3.3.3",
|
4 | "description": "string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.",
|
5 | "homepage": "http://stringjs.com",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "https://github.com/jprichardson/string.js"
|
9 | },
|
10 | "keywords": [
|
11 | "string",
|
12 | "strings",
|
13 | "string.js",
|
14 | "stringjs",
|
15 | "S",
|
16 | "s",
|
17 | "csv",
|
18 | "html",
|
19 | "entities",
|
20 | "parse",
|
21 | "html",
|
22 | "tags",
|
23 | "strip",
|
24 | "trim",
|
25 | "encode",
|
26 | "decode",
|
27 | "escape",
|
28 | "unescape"
|
29 | ],
|
30 | "author": "JP Richardson <jprichardson@gmail.com>",
|
31 | "license": "MIT",
|
32 | "dependencies": {},
|
33 | "devDependencies": {
|
34 | "gulp": "3.8.11",
|
35 | "gulp-browserify": "0.5.1",
|
36 | "gulp-mocha": "2.0.0",
|
37 | "gulp-rename": "1.2.0",
|
38 | "gulp-rimraf": "^0.1.1",
|
39 | "gulp-uglify": "1.1.0",
|
40 | "istanbul": "*",
|
41 | "mocha": "*",
|
42 | "mochify": "^2.9.0",
|
43 | "uglify-js": "1.3.x"
|
44 | },
|
45 | "main": "lib/string",
|
46 | "scripts": {
|
47 | "test": "gulp test",
|
48 | "istanbul": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha test/string.test.js"
|
49 | }
|
50 | }
|