This repository was archived by the owner on Sep 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.35 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "shop.js-util",
"version": "0.0.8",
"description": "Utilities for Shop.js.",
"main": "lib/shop.js-util.js",
"module": "lib/shop.js-util.es.js",
"js:next": "lib/shop.js-util.es.js",
"files": [
"lib/",
"src/"
],
"scripts": {
"build": "sake build",
"prepublishOnly": "sake build",
"pretest": "sake build",
"test": "sake test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanzoai/shop.js-util.git"
},
"keywords": [
"cookie",
"cookies",
"localStorage",
"sessionStorage",
"storage",
"store"
],
"author": "David Tai",
"license": "MIT",
"licenses": {
"type": "MIT",
"url": "https://github.com/hanzoai/shop.js-util/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/hanzoai/shop.js-util/issues"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/hanzoai/shop.js#readme",
"devDependencies": {
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"co-mocha": "1.2.1",
"coffee-script": "1.12.7",
"mocha": "4.0.1",
"sake-bundle": "^0.6.0",
"sake-cli": "^0.5.21",
"sake-outdated": "^0.1.28",
"sake-publish": "^0.1.16",
"sake-version": "^0.1.19"
},
"dependencies": {
"akasha": "0.1.10",
"es-cookies": "^2.1.18",
"es-md5": "^2.7.2",
"moment-timezone": "0.5.14"
}
}