-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 780 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 780 Bytes
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
{
"name": "knix",
"version": "0.1.0",
"homepage": "https://github.com/monsterkodi/knix",
"authors": [
"monsterkodi <monsterkodi@gmx.net>"
],
"description": "small javascript gui framework",
"main": "js/knix.js",
"keywords": [
"js",
"javascript",
"gui",
"svg",
"canvas",
"html5",
"coffeescript"
],
"license": "none",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"fabric": "~1.4.13",
"octicons": "~2.1.2",
"prototype.js": "~1.7.1",
"sprintf": "~1.0.2",
"stacktrace-js": "~0.6.4",
"svg.js": "~1.0.1",
"svg.path": "~0.6.2",
"lodash": "~3.1.0",
"font-awesome": "~4.3.0",
"node-uuid": "~1.4.2"
}
}