-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "epochcore",
"version": "0.5.6",
"description": "Epochtalk Core",
"main": "index.js",
"scripts": {
"test": "rm -rf ./test-epoch.db & ./node_modules/.bin/mocha -R spec ./tests"
},
"repository": {
"type": "git",
"url": "git://github.com/epochtalk/core.git"
},
"author": "James Wang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/epochtalk/epoch/issues"
},
"homepage": "https://github.com/epochtalk/epoch",
"dependencies": {
"bbcode-parser": "git://github.com/epochtalk/bbcode-parser",
"bcrypt": "^0.7.8",
"bluebird": "^2.2.2",
"bytewise": "^0.7.1",
"epoch-validator": "git+https://github.com/epochtalk/validator",
"epoch-core-meta": "git://github.com/epochtalk/core-meta",
"joi": "^4.6.1",
"leveldown": "~0.10.0",
"levelup": "^0.19.0",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"node-uuid": "^1.4.1",
"padlock": "^1.1.2",
"replify": "^1.2.0",
"replpad": "^0.12.0",
"rimraf": "^2.2.8",
"treedb": "git://github.com/epochtalk/treedb"
},
"devDependencies": {
"benchmark": "^1.0.0",
"chai": "^1.9.1",
"mocha": "^2.0.1"
}
}