-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.13 KB
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
{
"name": "jquery.responsivetext",
"title": "jQuery Responsivetext",
"description": "jQuery Responsivetext is a plugin that replaces text (and markup) inside nodes depending on the browser window size.",
"version": "0.0.1",
"homepage": "https://github.com/randomknowledge/jquery-responsivetext",
"author": {
"name": "Florian Finke",
"email": "flo@randomknowledge.org",
"url": "https://github.com/randomknowledge/"
},
"repository": {
"type": "git",
"url": "git://github.com/randomknowledge/jquery-responsivetext.git"
},
"bugs": {
"url": "https://github.com/randomknowledge/jquery-responsivetext/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/randomknowledge/jquery-responsivetext/master/LICENSE.txt"
}
],
"main": "dist/jquery.responsivetext.min.js",
"engines": {
"node": ">=0.8"
},
"devDependencies": {
"grunt-cli": "~0.1.7",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0"
},
"keywords": []
}