summaryrefslogtreecommitdiff
path: root/test/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/package.json')
-rw-r--r--test/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/package.json b/test/package.json
new file mode 100644
index 00000000..6d6df943
--- /dev/null
+++ b/test/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "stone-island-sdk-test",
+ "version": "1.0.0",
+ "description": "stone island sdk test",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "okfocus",
+ "license": "LNT",
+ "dependencies": {
+ "jquery": "^2.1.4",
+ "najax": "^0.2.1"
+ }
+}