forked from jstransformers/jstransformer-browserify
-
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) · 781 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 781 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": {
"browserify": "^16.2.2",
"extend-shallow": "^3.0.2"
},
"name": "jstransformer-browserify",
"version": "0.7.2",
"description": "Browserify support for JSTransformers.",
"keywords": [
"jstransformer"
],
"files": [
"index.js",
"lib/browserify.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-browserify.git"
},
"author": {
"name": "JSTransformers Team",
"url": "http://github.com/orgs/jstransformers/people"
},
"license": "MIT"
}