forked from ember-cli-deploy/ember-cli-deploy-revision-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "ember-cli-deploy-revision-data",
"version": "1.0.0",
"description": "An ember-cli-deploy plugin to generate data about this deploy revision including a unique revision key based on the current build",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js lib/* tests/*"
},
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data",
"engines": {
"node": ">= 4"
},
"author": "Aaron Chambers and the ember-cli-deploy team",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"ember-cli": "^2.12.0",
"ember-cli-release": "1.0.0-beta.2",
"eslint": "^3.18.0",
"github": "^2.5.1",
"glob": "^7.1.1",
"mocha": "^3.2.0",
"multiline": "^1.0.2"
},
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"dependencies": {
"chalk": "^1.1.3",
"core-object": "^2.0.6",
"ember-cli-deploy-plugin": "^0.2.6",
"git-repo-info": "^2.0.0",
"minimatch": "^3.0.3",
"rsvp": "^3.5.0",
"simple-git": "^1.57.0"
}
}