diff --git a/package.json b/package.json new file mode 100644 index 0000000000..aa3194becb --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "0x.js", + "version": "0.0.0", + "description": "A javascript library for interacting with the 0x protocol", + "keywords": [ + "0x.js", + "0xproject", + "ethereum", + "tokens", + "exchange" + ], + "repository": { + "type": "git", + "url": "https://github.com/0xProject/0x.js" + }, + "license": "Apache 2.0", + "engines": { + "node": ">=6.0.0" + }, + "dependencies": { + "tslint-config-0xproject": "^0.0.0" + } +} diff --git a/tslint.json b/tslint.json new file mode 100644 index 0000000000..5842a872aa --- /dev/null +++ b/tslint.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "tslint-config-0xproject" + ] +}