-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
40 lines (40 loc) · 821 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": "nixt",
"version": "0.5.1",
"description": "Simple and powerful testing for command-line apps",
"keywords": [
"testing",
"test",
"cli",
"command-line",
"command-line apps",
"command-line applications"
],
"main": "index.js",
"homepage": "https://github.com/vesln/nixt",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/vesln/nixt.git"
},
"author": "Veselin Todorov <[email protected]>",
"license": "MIT",
"devDependencies": {
"chai": "*",
"hydro": "*",
"hydro-dot": "*",
"hydro-chai": "*",
"hydro-bdd": "*",
"prompt": "^0.2.12"
},
"dependencies": {
"assertion-error": "~1.0.0",
"clone": "^1.0.2",
"shell-quote": "^1.4.1"
}
}