• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "pathkit-local",
3  "version": "0.0.0",
4  "description": "private",
5  "private": true,
6  "main": "index.js",
7  "dependencies": {
8    "pathkit-asmjs": "^0.4.0",
9    "pathkit-wasm": "^0.4.0"
10  },
11  "devDependencies": {
12    "is-docker": "~1.1.0",
13    "jasmine-core": "^3.1.0",
14    "karma": "~3.0.0",
15    "karma-chrome-launcher": "~2.2.0",
16    "karma-jasmine": "~1.1.2",
17    "requirejs": "~2.3.5"
18  },
19  "scripts": {
20    "test": "echo \"Error: no test specified\" && exit 1"
21  },
22  "author": "",
23  "license": "ISC"
24}
25