forked from mark-rolich/RulersGuides.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 648 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 648 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
{
"name": "RulersGuides.js",
"main": "RulersGuides.js",
"version": "0.8.0",
"homepage": "https://github.com/alanmastro/RulersGuides.js",
"authors": [
"Marco Bicchi <marco@join-italia.com>"
],
"description": "Creates Photoshop-like guides and rulers interface on a web page",
"keywords": [
"rulers",
"guides",
"lines",
"photoshop"
],
"dependencies": {
"Event.js": "https://github.com/mark-rolich/Event.js.git",
"Dragdrop.js": "https://github.com/mark-rolich/Dragdrop.js.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}