-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 997 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
42
{
"name": "ember-cli-deploy-fastboot-app-server",
"version": "0.0.3",
"description": "An ember-cli-deploy plugin to deploy fastboot apps",
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/ember-cli-deploy/ember-cli-deploy-fastboot-app-server"
},
"scripts": {
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js lib/* tests/**/*-test.js"
},
"devDependencies": {
"chai": "^4.0.2",
"decompress": "^4.2.0",
"ember-cli": "2.13.3",
"ember-cli-release": "^1.0.0-beta.2",
"eslint": "^4.1.1",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"mocha": "^3.4.2"
},
"engines": {
"node": ">= 4"
},
"ember-addon": {},
"dependencies": {
"archiver": "^2.1.1",
"ember-cli-deploy-plugin": "^0.2.9",
"rimraf": "^2.6.1",
"rsvp": "^3.6.0"
}
}