-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 812 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 812 Bytes
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
{
"name": "code128.js",
"version": "1.0.3",
"description": "Pure JavaScript library for barcode (code128) generation using canvas",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwoktung/code128.js.git"
},
"keywords": [
"barcode",
"code128"
],
"author": "kwoktung <onlyif2009@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kwoktung/code128.js/issues"
},
"homepage": "https://github.com/kwoktung/code128.js#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"jasmine": "^3.1.0",
"rollup": "^0.59.4",
"rollup-plugin-babel": "^3.0.4"
}
}