-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "newrelic-video-anvato",
"version": "0.1.0",
"description": "New relic tracker for anvato",
"main": "src/index.js",
"scripts": {
"build": "webpack -p",
"build:dev": "webpack --mode development",
"watch": "webpack -p --progress --color --watch",
"watch:dev": "webpack --progress --color --watch",
"prezip": "npm run build && rm -f dist/*.map",
"zip": "zip -P newrelic -x '*.DS_Store' -x 'samples/agent.js' -r anvato.zip dist samples README.md CHANGELOG.md EULA.md",
"clean": "rm -rf dist *.zip",
"deploy": "node scripts/deploy.js"
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/video-anvato-js.git"
},
"author": "Jordi Aguilar",
"license": "MIT",
"dependencies": {
"newrelic-video-core": "github:newrelic/video-core-js"
},
"devDependencies": {
"aws-sdk": "^2.921.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"videojs-ima": "^0.6.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}