forked from Simon-zhenfeng/hlj
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 809 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 809 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
33
34
35
36
{
"name": "hlj",
"version": "0.2.1",
"description": "The fastest TDD for JavaScript world, made by Chinese software craftsman.",
"main": "src/hlj.js",
"dependencies": {
"child_process": "^1.0.2"
},
"devDependencies": {
"hlj": "^0.2.0"
},
"scripts": {
"test": "hlj test/",
"hlj:pass": "node src/hlj.js sum.test.js",
"hlj:failed": "node src/hlj.js failed.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/codingstyle-cn/hlj.git"
},
"bugs": {
"url": "https://github.com/codingstyle-cn/hlj/issues"
},
"homepage": "https://github.com/codingstyle-cn/hlj",
"keywords": [
"TDD",
"Jest",
"Mocha",
"JavaScript unit test"
],
"bin": {
"hlj": "./src/hlj.js"
},
"author": "CodingStyle.cn",
"license": "MIT"
}