m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-07-09 15:13:16 -0400
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-07-09 15:13:16 -0400
commitc97eb5f531678c358c65d5e2738d5e6ca6c09b66 (patch)
tree3b1f343b2e76f2796ccd5b13c34d35dd3ff81180 /package.json
Initial commit
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"
+ }
+}