diff options
Diffstat (limited to 'website/sandbox/nut-score/package.json')
-rw-r--r-- | website/sandbox/nut-score/package.json | 27 |
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" - } -} |