summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-22 14:23:42 +0200
committerGitHub <noreply@github.com>2018-06-22 14:23:42 +0200
commit86354a29a40fb97e334f951428239ab8e171e2dd (patch)
tree2f0d8cc2680aa4ccbaf865b427976b3f810b6920 /package.json
parentef9dc2464e10510bdcc4be9eae431e3dcf7f7999 (diff)
Delete go implementation (#276)
The go prototype will remain at https://github.com/ry/deno/tree/golang
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 8da3f7406..000000000
--- a/package.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "deno",
- "scripts": {
- "lint": "tslint -p tsconfig.json -c tslint.json",
- "fmt": "prettier --write *.ts* *.js *.json"
- },
- "devDependencies": {
- "@types/base64-js": "^1.2.5",
- "@types/source-map-support": "^0.4.0",
- "babel-polyfill": "^6.26.0",
- "base64-js": "^1.3.0",
- "espree": "^3.5.3",
- "jsdoc": "^3.5.5",
- "parcel-bundler": "^1.8.1",
- "prettier": "^1.12.1",
- "protobufjs": "^6.8.6",
- "source-map": "0.6.0",
- "text-encoding": "^0.6.4",
- "tmp": "0.0.33",
- "tslint": "5.10.0",
- "typescript": "^2.8.3",
- "uglify-js": "^2.8.29"
- },
- "dependencies": {}
-}