-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"name": "hanzo-orders",
"version": "0.0.1",
"description": "Hanzo Order module",
"main": "dist/hanzo-orders.js",
"module": "dist/hanzo-orders.mjs",
"jsnext:main": "dist/hanzo-orders.mjs",
"scripts": {
"build": "sake build",
"postinstall": "sake build",
"pretest": "sake build",
"test": "sake test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanzo-core/hanzo-orders.git"
},
"private": true,
"keywords": [
"hanzo",
"dashboard",
"ecommerce"
],
"author": "Hanzo, Inc <hi@hanzo.io>",
"bugs": {
"url": "https://github.com/hanzo-core/hanzo-orders/issues"
},
"homepage": "https://github.com/hanzo-core/hanzo-orders#readme",
"dependencies": {
"akasha": "^0.1.9",
"broken": "^0.1.13",
"coffee-script": "1.12.6",
"daisho": "^1.2.47",
"es-object-assign": "^4.1.4",
"es-raf": "^3.3.1",
"es-tween": "^0.1.0",
"moment": "2.18.1",
"moment-timezone": "0.5.13",
"numeral": "2.0.6",
"pug": "2.0.0-rc.1",
"sake-bundle": "^0.6.0",
"sake-cli": "^0.5.20",
"sake-outdated": "^0.1.27",
"sake-publish": "^0.1.16",
"sake-test": "^0.1.5",
"sake-version": "^0.1.19"
}
}