aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json23
-rw-r--r--tslint.json5
2 files changed, 28 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"
+ }
+}
diff --git a/tslint.json b/tslint.json
new file mode 100644
index 000000000..5842a872a
--- /dev/null
+++ b/tslint.json
@@ -0,0 +1,5 @@
+{
+ "extends": [
+ "tslint-config-0xproject"
+ ]
+}