2018-09-06 09:32:55 +02:00
|
|
|
{
|
|
|
|
"name": "pegjs-website",
|
|
|
|
"type": "npm",
|
2018-09-10 06:08:47 +02:00
|
|
|
"env": {
|
|
|
|
"NODE_ENV": "production"
|
|
|
|
},
|
2018-09-06 09:32:55 +02:00
|
|
|
"alias": [
|
|
|
|
"www.pegjs.org",
|
|
|
|
"pegjs.org",
|
|
|
|
"pegjs.now.sh"
|
|
|
|
],
|
|
|
|
"files": [
|
2018-09-06 13:58:23 +02:00
|
|
|
"examples",
|
2018-09-08 03:39:12 +02:00
|
|
|
"packages",
|
2018-09-06 13:58:23 +02:00
|
|
|
"test",
|
2018-09-06 09:32:55 +02:00
|
|
|
"website",
|
2018-09-10 06:08:47 +02:00
|
|
|
".babelrc.js",
|
2018-09-06 09:32:55 +02:00
|
|
|
"server.js"
|
|
|
|
]
|
|
|
|
}
|