-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 997 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
39
40
41
{
"name": "bwip",
"version": "0.7.1",
"main": "src/bwip-node.js",
"description": "BWIP for node-js",
"homepage": "https://github.com/heartyoh/bwip",
"bugs": "https://github.com/heartyoh/bwip/issues",
"author": {
"name": "Hearty, Oh.",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/heartyoh/bwip"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"imagemin": "^0.4.6",
"pnglib": "~0.0.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.0",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.0",
"jshint-stylish": "~0.1.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-copy": "~0.5.0",
"grunt-bump": "0.0.13",
"grunt-text-replace": "~0.3.11",
"grunt-mocha": "~0.4.10",
"mocha": "~1.17.1",
"chai": "~1.9.0"
}
}