1{ 2 "name": "catapult_base", 3 "version": "1.0.0", 4 "description": "Catapult project base", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/catapult-project/catapult/tree/master/catapult_base" 8 }, 9 "main": "index.js", 10 "scripts": { 11 "test": "echo \"Error: no test specified\" && exit 1" 12 }, 13 "author": "The Chromium Authors", 14 "license": "BSD-2-Clause", 15 "gypfile": false, 16 "private": true, 17 "dependencies": { 18 "eslint": "^3.14.1", 19 "eslint-config-google": "^0.6.0", 20 "eslint-plugin-html": "^2.0.0" 21 } 22} 23