forked from jmpressjs/jmpress.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.02 KB
/
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
43
44
45
46
47
{
"name": "jmpress.js",
"version": "0.4.3",
"title": "jQuery.jmpress()",
"description": "A jQuery plugin to build a website on the infinite canvas.",
"homepage": "http://shama.github.com/jmpress.js",
"author": {
"name": "Kyle Robinson Young @shama & Tobias Koppers @sokra",
"url": "https://github.com/shama/jmpress.js"
},
"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/shama/jmpress.js.git"
},
"bugs": {
"url": "https://github.com/shama/jmpress.js/issues"
},
"files": [
"dist/jmpress.js"
],
"dependencies": {
"jquery": "~1.5"
},
"devDependencies": {
"grunt": "~0.3.9",
"grunt-css": "~0.2.0",
"grunt-webpack": "0.2.x",
"bootstrap": "https://github.com/twitter/bootstrap/tarball/v2.0.4",
"YamYam": "0.2.x"
}
}