blob: 0f35a49e51b158337f54f0dadfd33380bb05a38e [file] [log] [blame]
Kevin Lubick92c91712018-08-09 10:00:02 -04001{
2 "name": "pathkit-local",
3 "version": "0.0.0",
4 "description": "private",
5 "private": true,
6 "main": "index.js",
7 "dependencies": {
Kevin Lubickbe5091c2018-08-31 10:45:18 -04008 "pathkit-asmjs": "^0.4.0",
9 "pathkit-wasm": "^0.4.0"
Kevin Lubick92c91712018-08-09 10:00:02 -040010 },
11 "devDependencies": {
Kevin Lubickf14a3c02018-08-22 09:35:32 -040012 "is-docker": "^1.1.0",
Kevin Lubick92c91712018-08-09 10:00:02 -040013 "jasmine-core": "^3.1.0",
14 "karma": "^2.0.5",
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}