forked from IonicaBizau/IsRespo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "isrespo",
"version": "0.2.0",
"description": "IsRespo is a simple tool that allows us to test a webpage responsiveness on different devices: desktops, tablets, smartphones and so on. The application is open source being licensed under the MIT License.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/IonicaBizau/IsRespo.git"
},
"contributors": [
{ "name": "Ionică Bizău", "email": "bizauionica@gmail.com" },
{ "name": "Călin Sălăgean", "email": "salagean.calin@gmail.com" },
{ "name": "Dan Dascalescu", "email": "ddascalescu+github@gmail.com" }
],
"bin": {
"isrespo": "./isrespo"
},
"keywords": [
"responsiveness",
"test",
"html",
"css"
],
"author": "Ionică Bizău <bizauionica@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/IsRespo/issues"
},
"homepage": "https://github.com/IonicaBizau/IsRespo",
"dependencies": {},
"devDependencies": {}
}