-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 833 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
{
"name": "nanoTest",
"version": "0.9.9-beta32",
"description": "nano size unit test toolkit.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Soldy/nanoTest"
},
"dependencies": {
"assertrc": "1.0.7",
"nano-test-output-cli": "0.9.9-beta28",
"sandboxrc": "0.9.9-beta23",
"setuprc": "0.9.9-beta20"
},
"keywords": [
"unit",
"test",
"test",
"simple",
"unit",
"test",
"ultra",
"fast",
"unit",
"test",
"unittest",
"nanotest",
"simpletest"
],
"author": "Soldy <[email protected]> (http://gidigi.com)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Soldy/nanoTest/issues"
},
"homepage": "https://github.com/Soldy/nanoTest#readme"
}