diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 000000000..1895c9c67 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "0x.js", + "version": "0.0.0", + "description": "Official 0x library", + "keywords": [ + "0x.js", + "0xproject", + "ethereum", + "tokens", + "exchange" + ], + "repository": { + "type": "git", + "url": "https://github.com/0xProject/0x.js" + }, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + }, + "dependencies": { + "tslint-config-0xproject": "^0.0.0" + } +} |