main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
581 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "acorn-jsx",
|
---|
| 3 | "description": "Modern, fast React.js JSX parser",
|
---|
| 4 | "homepage": "https://github.com/acornjs/acorn-jsx",
|
---|
| 5 | "version": "5.3.2",
|
---|
| 6 | "maintainers": [
|
---|
| 7 | {
|
---|
| 8 | "name": "Ingvar Stepanyan",
|
---|
| 9 | "email": "me@rreverser.com",
|
---|
| 10 | "web": "http://rreverser.com/"
|
---|
| 11 | }
|
---|
| 12 | ],
|
---|
| 13 | "repository": {
|
---|
| 14 | "type": "git",
|
---|
| 15 | "url": "https://github.com/acornjs/acorn-jsx"
|
---|
| 16 | },
|
---|
| 17 | "license": "MIT",
|
---|
| 18 | "scripts": {
|
---|
| 19 | "test": "node test/run.js"
|
---|
| 20 | },
|
---|
| 21 | "peerDependencies": {
|
---|
| 22 | "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
---|
| 23 | },
|
---|
| 24 | "devDependencies": {
|
---|
| 25 | "acorn": "^8.0.1"
|
---|
| 26 | }
|
---|
| 27 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.