-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 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
{
"name": "respimg-inspector",
"version": "0.2.5",
"description": "A javascript plugin to check responsive images in the browser.",
"homepage": "https://www.npmjs.com/package/respimg-inspector",
"keywords": [
"image",
"debug",
"plugin",
"responsive"
],
"repository": {
"type": "git",
"url": "https://github.com/creative-area/respimg-inspector.git"
},
"bugs": {
"url": "https://github.com/creative-area/respimg-inspector/issues"
},
"author": {
"name": "Florent Bourgeois",
"url": "https://github.com/florentb"
},
"contributors": [
{
"name": "Florent Bourgeois",
"url": "https://github.com/florentb"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-replace": "^1.0.1"
},
"scripts": {
"test": "grunt travis --verbose"
},
"config": {
"chromeKey": "chrome.pem"
}
}