-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 KB
/
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
41
42
43
44
{
"name": "torrent-app",
"description": "A Nodejs TorrentApp",
"version": "0.0.0",
"dependencies": {
"async": "^2.6.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chalk": "^1.1.3",
"cli-color": "^1.1.0",
"clui": "^0.3.1",
"colors": "^1.1.2",
"combined-stream": "^1.0.5",
"combined-stream2": "^1.1.2",
"compact2string": "^1.4.0",
"concat-files": "^0.1.0",
"dateformat": "^2.0.0",
"fs-promise": "^0.5.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-rename": "0.0.3",
"inquirer": "^2.0.0",
"keypress": "^0.2.1",
"load-grunt-tasks": "^3.1.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.2",
"queue": "^4.4.2",
"random-access-file": "^1.3.1",
"readline-sync": "^1.4.4",
"rsvp": "^3.3.1",
"semver": "^4.3.4",
"stream-buffers": "^3.0.0",
"thunky": "^1.0.1",
"time-grunt": "^1.2.0",
"underscore": "^1.8.3",
"walk": "^2.3.9",
"winston": "^2.3.1"
},
"scripts": {
"test": "mocha --reporter spec ./Test/*/*.js"
}
}