-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 993 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
34
{
"name": "Paw-HARImporter",
"version": "2.0.0",
"main": "src/HARImporter.js",
"license": "MIT",
"homepage": "https://github.com/luckymarmot/Paw-HARImporter",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-rewire": "1.0.0-beta-3",
"babel-plugin-transform-decorators": "6.3.13",
"babel-plugin-transform-decorators-legacy": "1.3.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "6.3.13",
"babel-preset-stage-1": "6.3.13",
"babel-preset-stage-2": "6.3.13",
"babel-preset-stage-3": "6.3.13",
"babel-register": "6.3.13",
"path": "^0.12.7",
"webpack": "^3.9.1"
},
"scripts": {
"build": "./node_modules/.bin/webpack --bail --display-error-details"
},
"repository": {
"type": "git",
"url": "git@github.com:luckymarmot/Paw-HARImporter.git"
},
"dependencies": {
"base-64": "^0.1.0",
"utf8": "^2.1.2"
}
}