m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..395a181
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "dice",
+ "version": "0.0.1",
+ "description": "Dice expression parser and evaluator",
+ "main": "index.js",
+ "scripts": {
+ "test": "jest"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/m-chrzan/dice.js.git"
+ },
+ "author": "Marcin Chrzanowski",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/m-chrzan/dice.js/issues"
+ },
+ "homepage": "https://github.com/m-chrzan/dice.js#readme",
+ "devDependencies": {
+ "eslint": "^4.2.0",
+ "jest": "^20.0.4"
+ }
+}