-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.11 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "npm-build-zip",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/roberto-slopez/npm-build-zip.git"
},
"scripts": {
"test": "node bin/npm-build-zip.js"
},
"dependencies": {
"archiver-promise": "1.0.0",
"npm-packlist": "1.4.4",
"sanitize-filename": "1.6.3",
"yargs": "13.3.0"
},
"author": {
"name": "Roberto SLopez",
"email": "[email protected]"
},
"bin": {
"npm-build-zip": "bin/npm-build-zip.js"
},
"description": "`npm run zip` to generate a .zip archive file",
"eslintConfig": {
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6
}
},
"keywords": [
"pack",
"react",
"create-react-app",
"zip"
],
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
{
"name": "Roberto SLopez",
"email": "[email protected]"
}
]
}