-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 846 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
{
"name": "hpgl",
"version": "0.8.7-10",
"description": "A Node.js library to communicate with HPGL-compatible devices such as plotters and printers.",
"author": "Jean-Philippe Côté",
"main": "hpgl.js",
"repository": {
"type": "git",
"url": "git://github.com/djipco/hpgl.git"
},
"bugs": {
"url": "https://github.com/djipco/hpgl/issues"
},
"keywords": [
"hpgl",
"hp-gl",
"plotter",
"printer",
"pen plotter"
],
"dependencies": {
"fs-extra": "^1.0.0"
},
"homepage": "https://github.com/djipco/hpgl",
"license": "MIT",
"devDependencies": {
"docdash": "^0.4.0",
"grunt": "^1.0.1",
"grunt-bumpup": "^0.6.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-gh-pages": "^2.0.0",
"grunt-git": "^1.0.1",
"grunt-jsdoc": "^2.2.1",
"grunt-release": "^0.14.0"
}
}