summaryrefslogtreecommitdiff
path: root/test/package.json
blob: e6a2d8458449d924028f4bb5135e19532572c4f3 (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": "^5.2.0",
    "najax": "^0.2.1"
  }
}