-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1004 Bytes
/
package.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
42
{
"name": "jmpress",
"version": "0.4.5",
"title": "jQuery.jmpress()",
"description": "A jQuery plugin to build a website on the infinite canvas.",
"homepage": "http://jmpressjs.github.com/jmpress.js",
"author": {
"name": "Kyle Robinson Young @shama & Tobias Koppers @sokra",
"url": "https://github.com/jmpressjs"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"maintainers": [
{
"name": "Kyle Robinson Young",
"url": "https://github.com/shama"
},
{
"name": "Tobias Koppers",
"url": "https://github.com/sokra"
}
],
"repository": {
"type": "git",
"url": "git://github.com/jmpressjs/jmpress.js.git"
},
"bugs": {
"url": "https://github.com/jmpressjs/jmpress.js/issues"
},
"main": "jmpress.js",
"jam": {
"main": "jmpress.js",
"dependencies": {
"jquery": ">=1.7.2"
}
},
"github": "http://github.com/jmpressjs/jmpress.js"
}