-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.28 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
{
"name": "ember-cli-deploy-index-json",
"description": "An Ember CLI Deploy plugin to generate a JSON index file of a build",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "PeopleDoc",
"url": "https://github.com/peopledoc"
},
"homepage": "https://github.com/peopledoc/ember-cli-deploy-index-json",
"repository": "https://github.com/peopledoc/ember-cli-deploy-index-json",
"bugs": "https://github.com/peopledoc/ember-cli-deploy-index-json/issues",
"keywords": [
"addon",
"add-on",
"deploy",
"deployment",
"ember",
"emberjs",
"ember-addon",
"ember-cli-deploy-plugin",
"ember-cli-deploy-s3-index",
"html",
"json",
"manifest"
],
"files": [
"/index.js"
],
"scripts": {
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js tests/**/*.js",
"lint": "eslint ."
},
"dependencies": {
"babel-eslint": "^10.1.0",
"ember-cli-deploy-plugin": "^0.2.9",
"eslint-config-peopledoc": "^2.0.2",
"jsonfile": "^6.1.0",
"minimatch": "^3.0.4",
"rsvp": "^4.8.5"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"ember-cli": "^2.12.0",
"eslint": "^7.28.0",
"glob": "^7.1.1",
"mocha": "^3.2.0"
},
"engines": {
"node": ">= 4"
}
}