forked from jmpressjs/jmpress.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "jmpress.js",
"version": "0.4.4",
"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.x",
"grunt-contrib-cssmin": "0.4.x",
"grunt-contrib-jshint": "0.1.x",
"grunt-contrib-concat": "0.1.x",
"grunt-contrib-qunit": "0.1.x",
"grunt-contrib-watch": "0.2.x",
"grunt-contrib-uglify": "0.1.x",
"grunt-contrib-clean": "0.4.x"
}
}