-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 922 Bytes
/
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
{
"name": "ember-cli-deploy-cloudflare-kv",
"version": "0.0.2",
"description": "Ember CLI Deploy Plugin For Cloudflare Workers KV",
"keywords": [
"cloudflare",
"ember-addon",
"ember-cli-deploy-plugin",
"workers-kv"
],
"repository": "https://github.com/billpull/ember-cli-deploy-cloudflare-kv",
"license": "MIT",
"author": "Bill Pullen",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"lint:js": "eslint .",
"test": "mocha"
},
"dependencies": {
"core-object": "^3.1.5",
"ember-cli-deploy-plugin": "^0.2.9",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.0",
"rsvp": "^4.8.5"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-plugin-node": "^7.0.1",
"mocha": "^6.2.2",
"sinon": "^7.5.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}