main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
675 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "wildcard",
|
---|
3 | "description": "Wildcard matching tools",
|
---|
4 | "author": "Damon Oehlman <damon.oehlman@gmail.com>",
|
---|
5 | "stability": "stable",
|
---|
6 | "keywords": [
|
---|
7 | "string",
|
---|
8 | "wildcard"
|
---|
9 | ],
|
---|
10 | "version": "2.0.1",
|
---|
11 | "dependencies": {},
|
---|
12 | "devDependencies": {
|
---|
13 | "embellish-readme": "^1.7.2",
|
---|
14 | "tape": "^5.6.3"
|
---|
15 | },
|
---|
16 | "repository": {
|
---|
17 | "type": "git",
|
---|
18 | "url": "git://github.com/DamonOehlman/wildcard.git"
|
---|
19 | },
|
---|
20 | "bugs": {
|
---|
21 | "url": "http://github.com/DamonOehlman/wildcard/issues"
|
---|
22 | },
|
---|
23 | "scripts": {
|
---|
24 | "test": "node test/all.js",
|
---|
25 | "gendocs": "embellish README.md"
|
---|
26 | },
|
---|
27 | "main": "index.js",
|
---|
28 | "directories": {
|
---|
29 | "test": "test"
|
---|
30 | },
|
---|
31 | "license": "MIT"
|
---|
32 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.