forked from newrelic/video-core-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "newrelic-video-core",
"version": "0.32.2",
"description": "New Relic video tracking core library",
"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",
"clean": "rm -rf dist coverage doc",
"test": "nyc --reporter=html --reporter=text mocha --compilers js:babel-core/register",
"doc": "jsdoc -c jsdoc.json -d documentation",
"deploy": "node scripts/deploy.js"
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/video-core-js"
},
"author": "Jordi Aguilar",
"contributors": [
"Andreu Santarén Llop"
],
"license": "MIT",
"devDependencies": {
"aws-sdk": "^2.920.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"chai": "^4.3.4",
"diff": "^5.0.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"sinon": "^2.4.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
}