-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.28 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "poseidon-couchbase",
"description": "A future wrapper around the Couchbase driver using Poseidon.",
"version": "0.5.0",
"keywords": [
"bluebird",
"promise",
"api",
"wrapper",
"memcached",
"couchnode",
"couchbase",
"driver",
"database",
"playlyfe"
],
"main": "./index",
"repository": {
"type": "git",
"url": "http://github.com/playlyfe/poseidon-couchnode.git"
},
"bugs": {
"url": "http://github.com/playlyfe/poseidon-couchnode/issues"
},
"author": {
"name": "Johny Jose",
"email": "johny@playlyfe.com",
"url": "http://blog.playlyfe.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"scripts": {
"prepublish": "./node_modules/coffee-script/bin/coffee src/generator.coffee"
},
"dependencies": {
"bluebird": "2.3.11",
"couchbase": "2.0.12",
"lodash": "2.4.1"
},
"devDependencies": {
"poseidon": "0.3.2",
"grunt": "~0.4.1",
"chai": "~1.5.0",
"grunt-cafe-mocha": "~0.1.1",
"grunt-contrib-coffee": "~0.6.6",
"jscoverage": "~0.3.6",
"grunt-contrib-clean": "~0.4.1",
"sinon-chai": "~2.3.1",
"coffee-script": "~1.6.2",
"sinon": "~1.6.0",
"docco": "~0.6.2",
"benchmark": "1.0.0"
}
}