-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 749 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 749 Bytes
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
{
"dependencies": {
"merge": "^1.2.0",
"webpack": "^4.5.0"
},
"name": "jstransformer-webpack",
"version": "0.3.0",
"description": "Webpack support for JSTransformers.",
"keywords": [
"jstransformer",
"webpack"
],
"files": [
"index.js"
],
"devDependencies": {
"test-jstransformer": "^1.0.0",
"xo": "*"
},
"scripts": {
"test": "test-jstransformer",
"posttest": "xo --space=2 --no-semicolon index.js"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/jstransformers/jstransformer-webpack.git"
},
"author": {
"name": "JSTransformers Team",
"url": "http://github.com/orgs/jstransformers/people"
},
"license": "MIT"
}