|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
554 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "path-to-regexp",
|
|---|
| 3 | "description": "Express style path to RegExp utility",
|
|---|
| 4 | "version": "0.1.13",
|
|---|
| 5 | "files": [
|
|---|
| 6 | "index.js",
|
|---|
| 7 | "LICENSE"
|
|---|
| 8 | ],
|
|---|
| 9 | "scripts": {
|
|---|
| 10 | "test": "istanbul cover _mocha -- -R spec"
|
|---|
| 11 | },
|
|---|
| 12 | "keywords": [
|
|---|
| 13 | "express",
|
|---|
| 14 | "regexp"
|
|---|
| 15 | ],
|
|---|
| 16 | "component": {
|
|---|
| 17 | "scripts": {
|
|---|
| 18 | "path-to-regexp": "index.js"
|
|---|
| 19 | }
|
|---|
| 20 | },
|
|---|
| 21 | "license": "MIT",
|
|---|
| 22 | "repository": {
|
|---|
| 23 | "type": "git",
|
|---|
| 24 | "url": "https://github.com/pillarjs/path-to-regexp.git"
|
|---|
| 25 | },
|
|---|
| 26 | "devDependencies": {
|
|---|
| 27 | "mocha": "^1.17.1",
|
|---|
| 28 | "istanbul": "^0.2.6"
|
|---|
| 29 | }
|
|---|
| 30 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.