-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
40
41
42
43
44
{
"name": "multibuild",
"version": "3.2.0",
"description": "Build multiple related ES6 module bundles using gulp and rollup.",
"main": "index.js",
"scripts": {
"ci": "npm run lint",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixmaxhq/multibuild.git"
},
"keywords": [
"ES6",
"modules",
"gulp",
"rollup",
"bundle",
"build"
],
"files": [
"index.js"
],
"author": "Jeff Wear <jeff@mixmax.com> (https://mixmax.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixmaxhq/multibuild/issues"
},
"homepage": "https://github.com/mixmaxhq/multibuild#readme",
"dependencies": {
"@mixmaxhq/rollup-stream": "^2.0.0",
"run-sequence": "^1.2.2",
"underscore": "^1.8.3",
"vinyl-source-buffer": "^1.1.1"
},
"devDependencies": {
"@mixmaxhq/prettier-config": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-mixmax": "^4.6.0",
"prettier": "^1.19.1"
}
}