-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "ember-cli-deploy-git",
"version": "1.3.4",
"description": "a deploy plugin for uploading to git, including GitHub Pages.",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"lint:js": "eslint --cache .",
"build": "ember build",
"start": "ember server",
"test": "ember try:testall"
},
"repository": "https://github.com/ef4/ember-cli-deploy-git",
"engines": {
"node": ">= 4"
},
"author": "Edward Faulkner <[email protected]>",
"license": "MIT",
"devDependencies": {
"ember-cli": "2.18.1",
"ember-cli-dependency-checker": "^2.1.0",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
},
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin",
"git",
"github pages"
],
"dependencies": {
"ember-cli-babel": "^6.11.0",
"ember-cli-deploy-plugin": "^0.2.9",
"fs-extra": "^5.0.0",
"rsvp": "^4.8.1"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}