source: trip-planner-front/node_modules/wildcard/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 952 bytes
Line 
1{
2 "name": "wildcard",
3 "description": "Wildcard matching tools",
4 "author": "Damon Oehlman <damon.oehlman@gmail.com>",
5 "keywords": [
6 "string",
7 "wildcard"
8 ],
9 "version": "2.0.0",
10 "dependencies": {},
11 "devDependencies": {
12 "tape": "^4.6.3"
13 },
14 "testling": {
15 "files": "test/all.js",
16 "browsers": {
17 "ie": [
18 "latest"
19 ],
20 "ff": [
21 "latest",
22 "nightly"
23 ],
24 "chrome": [
25 "latest",
26 "canary"
27 ],
28 "opera": [
29 "latest",
30 "next"
31 ],
32 "safari": [
33 "latest"
34 ]
35 }
36 },
37 "repository": {
38 "type": "git",
39 "url": "git://github.com/DamonOehlman/wildcard.git"
40 },
41 "bugs": {
42 "url": "http://github.com/DamonOehlman/wildcard/issues"
43 },
44 "scripts": {
45 "test": "node test/all.js",
46 "gendocs": "gendocs > README.md"
47 },
48 "main": "index.js",
49 "directories": {
50 "test": "test"
51 },
52 "license": "MIT"
53}
Note: See TracBrowser for help on using the repository browser.