-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 894 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
29
30
31
32
33
34
35
36
37
38
{
"name": "print-job",
"version": "2.1.2",
"description": "Print a single HTML container",
"main": "lib/print-job.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinokerlund/print-job.git"
},
"author": "Kevin Okerlund",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinokerlund/print-job/issues"
},
"homepage": "https://github.com/kevinokerlund/print-job#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"webpack": "^1.14.0"
},
"dependencies": {},
"keywords": [
"print",
"printer",
"job",
"div",
"contents",
"queue",
"element",
"document"
]
}