github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/Decentralized-Energy-Composer-master/fabric-dev-servers/package.json (about) 1 { 2 "name": "fabric-dev-servers", 3 "version": "0.0.14", 4 "description": "Helper Scripts to start Hyperledger Fabric v1.0 for development/test purposes", 5 "private": true, 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/hyperledger/composer-tools.git" 9 }, 10 "author": "Hyperledger Composer", 11 "license": "Apache-2.0", 12 "keywords": [ 13 "hyperledger", 14 "blockchain", 15 "solutions" 16 ], 17 "scripts": { 18 "licchk": "license-check-and-add", 19 "prepare": "npm run build-archives", 20 "build-archives": "gulp --gulpfile .travis/gulp.js", 21 "test": "npm run licchk" 22 }, 23 "devDependencies": { 24 "gulp": "^3.9.1", 25 "gulp-gzip": "^1.4.0", 26 "gulp-tar": "^1.9.0", 27 "gulp-zip": "^4.0.0", 28 "license-check-and-add": "~2.3.0" 29 }, 30 "license-check-and-add-config": { 31 "folder": ".", 32 "license": "LICENSE.txt", 33 "exact_paths_method": "EXCLUDE", 34 "exact_paths": [ 35 "node_modules" 36 ], 37 "file_type_method": "INCLUDE", 38 "file_types": [ 39 ".js", 40 ".sh", 41 ".md" 42 ], 43 "license_formats": { 44 "js": { 45 "prepend": "/*", 46 "append": " */", 47 "eachLine": { 48 "prepend": " * " 49 } 50 }, 51 "md": { 52 "file": "../../markdown-license.txt" 53 } 54 }, 55 "insert_license": false 56 } 57 }