forked from STEP-tw/head-luciferankon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 912 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
{
"name": "head_tail",
"version": "0.1.0",
"description": "```node ./head.js file1 node ./head.js -n5 file1 node ./head.js -n 5 file1 node ./head.js -5 file1 node ./head.js file1 file2 node ./head.js -n 5 file1 file2 node ./head.js -n5 file1 file2 node ./head.js -5 file1 file2 node ./head.js -c5 file1 node ./head.js -c 5 file1 node ./head.js -c5 file1 file2 node ./head.js -c 5 file1 file2 node head.js -- file1",
"main": "head.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/STEP-tw/head-luciferankon.git"
},
"author": "ankon",
"license": "ISC",
"bugs": {
"url": "https://github.com/STEP-tw/head-luciferankon/issues"
},
"homepage": "https://github.com/STEP-tw/head-luciferankon#readme",
"dependencies": {
"mocha": "^5.2.0"
}
}