forked from keenwon/antcolony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 795 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
{
"name": "AntColony",
"version": "1.0.0",
"description": "DHT Search Engine",
"author": {
"name": "keenwon",
"email": "semanwmj@yeah.net"
},
"repository": {
"type": "git",
"url": "git://github.com/keenwon/antcolony.git"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-jasmine": "^0.7.0",
"grunt-ssh": "^0.11.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.6.0"
},
"dependencies": {
"redis": "^0.12.1",
"moment": "*",
"winston": "^0.7.3",
"async": "^0.9.0",
"mongoose": "^3.8.15",
"lodash": "^2.4.1",
"bencode": "^0.6.0",
"elasticsearch": "^2.4.3"
}
}