summaryrefslogtreecommitdiff
path: root/test/package.json
blob: dd095e589be79971f219ea397a65d338ebab7e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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",
    "mocha": "^2.3.3",
    "najax": "^0.2.1"
  }
}