forked from dgjohnson/metricslib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1003 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
{
"name": "metricslib",
"version": "1.1.1",
"description": "A simple library for collecting metrics for transmission to CloudWatch",
"main": "lib/metricslib.min.js",
"scripts": {
"build": "rm -rf lib; WEBPACK_ENV=build webpack",
"dev": "rm -rf lib; WEBPACK_ENV=dev webpack --progress --colors --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/daniel-lawrence/metricslib.git"
},
"author": "Sturdy Networks, LLC",
"license": "Apache-2.0",
"dependencies": {
"aws-sdk": "^2.9.0",
"proxy-polyfill": "^0.1.6"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.23.0",
"babili-webpack-plugin": "0.0.11",
"webpack": "^2.2.1",
"webpack-dev-server": "^3.1.4"
}
}