-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 1.37 KB
/
bower.json
File metadata and controls
49 lines (49 loc) · 1.37 KB
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
47
48
49
{
"name": "SceneGraph.js",
"version": "2.2.0",
"authors": [
{
"name": "Gwennael Buchet",
"email": "gwennael.buchet@gmail.com"
}
],
"description": "SceneGraph.js is a canvas Javascript animation framework. It is very easy to use and offers lots of powerful features.",
"main": [
"min/scenegraph_2.2.0.min.js",
"min/css/img/alert.png",
"min/css/img/error.png",
"min/css/img/ok.png",
"min/css/themes/blue/blueTheme.css",
"min/css/themes/gray/grayTheme.css",
"min/css/themes/green/greenTheme.css",
"min/css/themes/pink/pinkTheme.css"
],
"keywords": [
"canvas",
"animation",
"interaction"
],
"ignore": [
"**/.*",
".gitignore",
"bower.json",
"changeLog.txt",
"Gruntfile.js",
"License.txt",
"package.json",
"README.md",
"SceneGraph.js.iml",
"api/*.*",
"examples/**.*",
"Medias/**.*",
"node_modules/**.*",
"bower_components/**.*",
"src/**.*"
],
"homepage": "http://gwennaelbuchet.github.io/SceneGraph.js/",
"license": "https://github.com/GwennaelBuchet/SceneGraph.js/blob/master/License.txt",
"repository": {
"type": "git",
"url": "git://github.com/GwennaelBuchet/SceneGraph.js.git"
}
}