-
-
Notifications
You must be signed in to change notification settings - Fork 453
/
Copy pathpackage.json
28 lines (28 loc) · 806 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
27
28
{
"name": "print-this",
"version": "2.0.0",
"description": "Printing plug-in for jQuery",
"main": "printThis.js",
"dependencies": {
"jquery": ">=1.11",
"opencollective-postinstall": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "opencollective-postinstall || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonday/printThis.git"
},
"author": "Jason Day",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonday/printThis/issues"
},
"homepage": "https://github.com/jasonday/printThis#readme",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/printThis"
}
}