-
Notifications
You must be signed in to change notification settings - Fork 237
/
package.json
52 lines (52 loc) · 1.25 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
48
49
50
51
52
{
"name": "jmpress.js",
"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"
},
"files": [
"dist/jmpress.js"
],
"scripts": {
"test": "grunt qunit"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"matchdep": "~0.3.0"
}
}