Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
604 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "regjsparser",
|
---|
| 3 | "version": "0.7.0",
|
---|
| 4 | "author": "'Julian Viereck' <julian.viereck@gmail.com>",
|
---|
| 5 | "license": "BSD-2-Clause",
|
---|
| 6 | "main": "./parser",
|
---|
| 7 | "bin": "bin/parser",
|
---|
| 8 | "homepage": "https://github.com/jviereck/regjsparser",
|
---|
| 9 | "repository": {
|
---|
| 10 | "type": "git",
|
---|
| 11 | "url": "git@github.com:jviereck/regjsparser.git"
|
---|
| 12 | },
|
---|
| 13 | "scripts": {
|
---|
| 14 | "test": "node test/index.js"
|
---|
| 15 | },
|
---|
| 16 | "files": [
|
---|
| 17 | "bin/",
|
---|
| 18 | "LICENSE.BSD",
|
---|
| 19 | "parser.js",
|
---|
| 20 | "README.md"
|
---|
| 21 | ],
|
---|
| 22 | "dependencies": {
|
---|
| 23 | "jsesc": "~0.5.0"
|
---|
| 24 | },
|
---|
| 25 | "devDependencies": {
|
---|
| 26 | "regenerate": "~1.0.1",
|
---|
| 27 | "unicode-11.0.0": "^0.7.8"
|
---|
| 28 | }
|
---|
| 29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.