forked from matthewhudson/current-device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 866 Bytes
/
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
{
"name": "device.js",
"version": "0.1.58",
"homepage": "https://github.com/matthewhudson/device.js",
"description": "Device.js makes it easy to write conditional CSS and/or JavaScript based on device operating system (iOS, Android, Blackberry, Windows), orientation (Portrait vs. Landscape), and type (Tablet vs. Mobile).",
"author": {
"name": "Matthew Hudson",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/matthewhudson/device.js.git"
},
"bugs": {
"url": "https://github.com/matthewhudson/device.js/issues"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-coffee": "~0.7.0",
"grunt-bumpup": "~0.2.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-uglify": "~0.2.2"
}
}