-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 906 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
35
36
37
38
39
40
41
42
{
"name": "npm-bundle",
"version": "3.0.3",
"description": "npm pack with dependencies included",
"main": "index.js",
"scripts": {
"test": "sh tests/versions.sh",
"lint": "standard",
"standard": "standard --format"
},
"author": "Michael Jackson <[email protected]>",
"license": "ISC",
"bin": {
"npm-bundle": "./bin/cli.js"
},
"dependencies": {
"glob": "^6.0.1",
"insync": "^2.1.1",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"rimraf": "^2.4.4"
},
"directories": {
"test": "tests"
},
"devDependencies": {
"standard": "^5.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/majgis/npm-bundle.git"
},
"keywords": [
"npm",
"pack"
],
"bugs": {
"url": "https://github.com/majgis/npm-bundle/issues"
},
"homepage": "https://github.com/majgis/npm-bundle#readme",
"engine": "node >= 0.10.0"
}