-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
37 lines (37 loc) · 839 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
{
"name": "angular-barcode",
"description": "angular barcode",
"version": "0.0.4",
"filename": "barcode.min.js",
"main": "./dist/barcode.min.js",
"homepage": "https://github.com/ryanmc2033/angular-barcode",
"author": "Ryan McLaughlin <ryanmc@justechn.com>",
"repository": {
"type": "git",
"url": "git://github.com/ryanmc2033/angular-barcode.git"
},
"dependencies": {
"grunt": "~0.4.5"
},
"devDependencies": {
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-bower": "*",
"grunt-bower-task": "*"
},
"keywords": [
"angular",
"barcode"
],
"maintainers": [
{
"name": "Ryan McLaughlin",
"website": "http://www.justechn.com/"
}
],
"scripts": {
"test": "grunt test --verbose"
},
"license": "MIT"
}