about summary refs log tree commit diff
path: root/website/sandbox/nut-score/package.json
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-27T10·49+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-27T10·59+0000
commitf4f7f454fa23d0b7f8dd665ec755f1131928f98d (patch)
tree81de2b2ea4e5c8786953bacbb6543a705d9935a6 /website/sandbox/nut-score/package.json
parent6b224a9e314b6faedd25fc5361a5bb6ac8c3e0a3 (diff)
Delete nut-score
In the spirit of minimalism, I would like to delete this half-baked project from
my repository.

Do less, but better.
Diffstat (limited to 'website/sandbox/nut-score/package.json')
-rw-r--r--website/sandbox/nut-score/package.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/website/sandbox/nut-score/package.json b/website/sandbox/nut-score/package.json
deleted file mode 100644
index 1d982b2b228b..000000000000
--- a/website/sandbox/nut-score/package.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-  "name": "nut-score",
-  "version": "1.0.0",
-  "scripts": {
-    "build": "bsb -make-world",
-    "start": "bsb -make-world -w -ws _ ",
-    "clean": "bsb -clean-world",
-    "server": "moduleserve ./ --port 8000",
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "keywords": [
-    "BuckleScript",
-    "ReasonReact",
-    "reason-react"
-  ],
-  "author": "",
-  "license": "MIT",
-  "dependencies": {
-    "react": "^16.8.1",
-    "react-dom": "^16.8.1",
-    "reason-react": ">=0.7.0"
-  },
-  "devDependencies": {
-    "bs-platform": "^${bsb:bs-version}",
-    "moduleserve": "^0.9.0"
-  }
-}