summaryrefslogtreecommitdiff
path: root/test/package.json
blob: 6d6df943c303ac75f7797a063fcc3446487705a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
  }
}