forked from syneo-tools-gmbh/Javascript-BCR-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 604 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 604 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "javascript-bcr-library-packager",
"version": "1.0.0",
"description": "Uglifying bcr-library",
"dependencies": {},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0"
},
"scripts": {
"build": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hschaeufler/Javascript-BCR-Library.git"
},
"author": "",
"bugs": {
"url": "https://github.com/hschaeufler/Javascript-BCR-Library/issues"
},
"homepage": "https://github.com/hschaeufler/Javascript-BCR-Library#readme"
}