• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    "dom5": "^1.0.0",
19    "escodegen": "^1.11.0",
20    "eslint": "^4.0.0",
21    "eslint-config-google": "^0.6.0",
22    "eslint-plugin-html": "^4.0.0",
23    "espree": "^3.0.0",
24    "vulcanize": "^1.16.0",
25    "webpack": "^4.16.1",
26    "webpack-command": "^0.4.1"
27  }
28}
29