-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 900 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
{
"name": "ember-cli-deploy-new-relic-sourcemap",
"version": "0.1.2",
"description": "A deploy plugin to upload sourcemaps to New Relic. ",
"main": "index.js",
"scripts": {
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js lib/* tests/**/*.js"
},
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"author": "",
"license": "MIT",
"repository": "adopted-ember-addons/ember-cli-deploy-new-relic-sourcemap",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"ember-cli": "^2.12.1",
"ember-cli-release": "^1.0.0-beta.2",
"eslint": "^3.18.0",
"eslint-config-ticketfly-base": "^2.1.0",
"mocha": "^3.2.0"
},
"dependencies": {
"@newrelic/publish-sourcemap": "^4.1.2",
"core-object": "^3.1.0",
"ember-cli-deploy-plugin": "^0.2.9",
"rsvp": "^3.5.0",
"url-join": "^1.1.0"
}
}