-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 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
{
"name": "@told/shopify-app",
"version": "1.0.1",
"description": "Shopfy App",
"main": "index.ts",
"scripts": {
"afs": ".\\node_modules\\.bin\\afs -w",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toldsoftware/shopify-app.git"
},
"keywords": [
"typescript",
"module",
"boilerplate"
],
"author": "Rick Love",
"license": "MIT",
"bugs": {
"url": "https://github.com/toldsoftware/shopify-app/issues"
},
"homepage": "https://github.com/toldsoftware/shopify-app#readme",
"devDependencies": {
"typescript": "^2.1.4",
"karma": "^1.3.0",
"karma-typescript": "^2.1.5",
"jasmine-core": "^2.4.1",
"karma-jasmine": "^1.0.2",
"@types/jasmine": "^2.5.35",
"karma-firefox-launcher": "^1.0.0",
"coveralls": "^2.11.15"
},
"dependencies": {
"tslib": "^1.4.0",
"@told/azure-functions-server": "^1.1.2",
"@told/platform": "^1.0.2",
"shopify-api-node": "^2.3.0",
"shopify-token": "^3.0.0"
}
}