forked from Shopify/js-buy-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.38 KB
/
package.json
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
62
63
64
65
66
67
68
69
{
"name": "shopify-buy",
"version": "0.2.1",
"description": "The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.",
"main": "lib/shopify.js",
"repository": "[email protected]:Shopify/js-buy-sdk.git",
"scripts": {
"build": "node ./scripts/build",
"prepublish": "node ./scripts/prepublish",
"doc-server": "yuidoc --server 5000",
"start": "broccoli serve",
"examples": "env EXAMPLES=1 broccoli serve",
"test": "node ./scripts/test",
"test-examples": "node scripts/test-examples",
"test-ci": "./scripts/ci"
},
"author": "Shopify Inc.",
"license": "MIT",
"dependencies": {
"node-fetch": "1.3.3"
},
"devDependencies": {
"Base64": "0.3.0",
"aws-sdk": "2.2.44",
"babel-eslint": "5.0.0",
"babel-plugin-transform-es2015-modules-amd": "6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.8.0",
"babel-plugin-transform-object-assign": "6.8.0",
"babel-preset-es2015": "6.9.0",
"babel-register": "6.9.0",
"broccoli": "0.16.9",
"broccoli-asset-rev": "2.4.1",
"broccoli-babel-transpiler": "git+ssh://[email protected]/babel/broccoli-babel-transpiler.git#17b304da9a1c2c93ff484e3d37029f5fad0f96c9",
"broccoli-cli": "1.0.0",
"broccoli-concat": "2.2.0",
"broccoli-env": "0.0.1",
"broccoli-funnel": "1.0.1",
"broccoli-lint-eslint": "2.2.1",
"broccoli-merge-trees": "1.1.1",
"broccoli-plugin": "1.2.1",
"broccoli-sane-watcher": "1.1.4",
"broccoli-sass": "0.7.0",
"broccoli-static-compiler": "0.2.2",
"broccoli-uglify-js": "0.1.3",
"broccoli-uglify-sourcemap": "1.1.1",
"escope": "3.3.0",
"eslint-config-nightmare-mode": "2.3.0",
"estraverse-fb": "1.3.1",
"fake-xml-http-request": "1.4.0",
"fs-extra": "0.30.0",
"global-npm": "0.3.0",
"js-string-escape": "1.0.0",
"loader.js": "3.5.0",
"mime-types": "2.1.10",
"mocha": "2.5.3",
"nodegit": "0.13.0",
"pretender": "0.10.1",
"qunitjs": "1.20.0",
"route-recognizer": "0.1.9",
"rsvp": "3.1.0",
"testem": "0.9.11",
"wdio-dot-reporter": "0.0.5",
"wdio-junit-reporter": "0.1.0",
"wdio-mocha-framework": "^0.3.1",
"webdriverio": "4.0.9",
"whatwg-fetch": "0.10.1",
"yuidocjs": "0.10.0"
}
}