-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 863 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 863 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
{
"name": "strong-pack",
"version": "1.0.2",
"description": "Like npm pack but more inclusive",
"main": "index.js",
"scripts": {
"pretest": "eslint --ignore-path .gitignore ./",
"test": "tap --coverage --coverage-report=cobertura test/test-*",
"posttest": "tap --coverage-report=text"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/strongloop/strong-pack.git"
},
"author": "Ryan Graham <rmg@ca.ibm.com>",
"license": "Artistic-2.0",
"bugs": {
"url": "https://github.com/strongloop/strong-pack/issues"
},
"homepage": "https://github.com/strongloop/strong-pack#readme",
"devDependencies": {
"concat-stream": "^1.5.1",
"eslint": "^2",
"eslint-config-strongloop": "^2",
"tap": "^5",
"tar": "^2.2.1"
},
"dependencies": {
"debug": "^2.2.0",
"tar-fs": "^1.8.1"
}
}