-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
42 lines (42 loc) · 1.06 KB
/
bower.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
37
38
39
40
41
42
{
"name": "jscc",
"description": "A LALR(1) Parser for JavaScript written in JavaScript",
"main": "lib/jscc.js",
"moduleType": ["amd", "node", "globals"],
"keywords": ["lexer", "parser", "lex", "yacc", "lexical-analysis"],
"authors": ["Jan Max Meyer <[email protected]> (http://jscc.phorward-software.com/)",
"Sergiy Shatunov",
"Louis P. Santillan",
"Andrew Brobston <[email protected]>"],
"homepage": "http://jscc.phorward-software.com/",
"repository": {"type": "git", "url": "https://github.com/abrobston/jscc.git"},
"license": "BSD-3-Clause",
"ignore": [
"/samples",
"/test",
"/webenv",
".travis.yml",
"code-style.xml",
"conf.json",
"exports*.js",
"externs*.js",
"fileoverview*.js",
"global-backfills.js",
"gulpfile.js",
"require-*-build.js",
"require-*-config.js",
"run-amdclean.js",
"typedef.js",
"wrap-*.js",
"/jar",
"*.log",
"*.iml",
".idea/",
"[._]*.s[a-w][a-z]",
"[._]s[a-w][a-z]",
"*.un~",
"Session.vim",
".netrwhist",
"*~"
]
}