-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbower.json
46 lines (46 loc) · 1.13 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
43
44
45
46
{
"name": "babelsberg-js",
"version": "0.1.0",
"homepage": "http://babelsberg.github.io/babelsberg-js",
"authors": [
"Tim Felgentreff <[email protected]>",
"Stefan Lehmann <[email protected]>",
"Alan Borning <[email protected]>",
"Jens Lincke <[email protected]>"
],
"description": "Babelsberg/JS provides Object-Constraint Programming in Javascript",
"main": "standalone/babelsberg.mini.js",
"dependencies": {
"prototype.js": "~1.7.0"
},
"keywords": [
"babelsberg",
"object-constraint-programming"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"**/*.sh",
"**/*.html",
"**/*.json",
"**/*.metainfo",
"bin",
"borning",
"examples",
"midijs",
"ohshima",
"PartsBin",
"standalone/examples",
"tutorials",
"vanoverveld",
"z3/z3",
"z3/lib32",
"z3/lib64",
"z3/*.smt",
"z3/*.nexe",
"z3/*.nmf",
"z3/z3str.py-client-*",
"node_modules",
"bower_components"
]
}