-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "ometajs",
"author": {
"name": "Alessandro Warth",
"url": "http://awarth.blogspot.com/"
},
"description": "A object-oriented language for pattern matching",
"keywords": [
"ometa",
"parser",
"peg"
],
"version": [
"0",
"1",
"1"
],
"descriptorUrl": "http://github.com/veged/ometa-js/raw/narwhal/package.json",
"packageUrl": "http://github.com/veged/ometa-js/zipball/narwhal",
"packageArchive": "zip",
"source": {
"type": "github",
"user": "veged",
"packageName": "ometajs",
"descriptorUrl": "http://github.com/veged/ometa-js/raw/narwhal/package.json",
"url": "http://github.com/veged/ometa-js/zipball/narwhal",
"archive": "zip"
},
"contributors": [
{
"name": "Sergey Berezhnoy",
"url": "http://github.com/veged/"
}
],
"dependencies": []
}