-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 856 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
{
"name": "@ull-esit-pl-1617/evaluar-pegjs-translate",
"version": "0.1.6",
"description": "A PEGjs exercise for ULL-ESIT-PL-16-17",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git@github.com:ULL-ESIT-PL-16-17/evaluar-pegjs-translate.git"
},
"keywords": [
"pegjs",
"grammars",
"parsing"
],
"author": "Casiano Rodriguez <casiano.rodriguez.leon@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ULL-ESIT-PL-16-17/evaluar-pegjs-translate/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/ULL-ESIT-PL-16-17/evaluar-pegjs-translate/issues"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"pegjs": ">=0.10.0"
},
"dependencies": {
"js-beautify": "^1.6.12"
}
}