forked from yui/yui3-gallery
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 668 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 668 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": "yui3-gallery",
"version": "2011.01.12",
"description": "YUI 3 Gallery",
"author": "Dav Glass <davglass@gmail.com>",
"bugs": { "web" : "http://yuilibrary.com/projects/yuilibrary" },
"os": ["darwin", "linux"],
"engines": {
"node" : ">=0.2.0"
},
"directories": {
"lib" : "."
},
"main": "./gallery.js",
"dependencies": {
"yui3": ">=0.5.8"
},
"licenses":[
{
"type" : "BSD",
"url" : "http://developer.yahoo.com/yui/license.html"
}
],
"repository": {
"type":"git",
"url":"http://github.com/yui/yui3-gallery.git"
}
}