forked from MrFrankel/ruler
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
41 lines (41 loc) · 866 Bytes
/
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
{
"name": "ruler",
"version": "0.0.1",
"title": "Ruler",
"appPath": "app",
"description": "Canvas Ruler for authoring tools",
"keywords": [
"image",
"video",
"gallery"
],
"homepage": "https://github.com/mmjr/Ruler.git",
"author": {
"name": "Maor"
},
"repository": {
"type": "git",
"url": "git://github.com/mmjr/Ruler.git.git"
},
"bugs": "https://github.com/mmjr/Ruler.git/issues",
"dependencies": {
},
"main": [
"app/css/ruler",
"app/img/sprites.gif",
"app/js/ruler"
],
"ignore": [
"/*.*",
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"authors": [
"Maor <[email protected]>"
],
"license": "MIT"
}