forked from amperias/BarcodeParser
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 701 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 701 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
{
"name": "gs1-barcode-parser-mod",
"version": "1.0.5",
"description": "The barcode parser is a library for handling the contents of GS1 barcodes.",
"main": "src/BarcodeParser.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaximBelov/BarcodeParser.git"
},
"keywords": [
"javascript",
"GS1",
"barcode",
"parser"
],
"author": "Peter Brockfeld",
"license": "MIT",
"homepage": "https://github.com/MaximBelov/BarcodeParser.git",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-jasmine": "^2.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.4.0"
}
}