-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 700 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 700 Bytes
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
{
"name": "redirection-mobile",
"version": "1.0.1",
"title": "JS-Redirection-Mobile",
"description": "JS to handle the redirection to the mobile version of your site",
"author": {
"name": "Sebastiano Armeli-Battana",
"url": "https://www.sebastianoarmelibattana.com",
"email": "seba.armeli@gmail.com"
},
"devDependencies": {
"grunt": "~0.3.9",
"grunt-jasmine-runner": "~0.5.9"
},
"scripts": {
"test": "grunt travis"
},
"keywords": [
"redirection",
"mobile"
],
"homepage": "https://github.com/sebarmeli/JS-Redirection-Mobile-Site",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sebarmeli/JS-Redirection-Mobile-Site/blob/master/MIT-LICENSE.txt"
}
]
}