forked from LeanKit-Labs/riaktive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 900 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
{
"name": "riaktive",
"version": "0.2.2",
"description": "A Riak API abstraction built on riakpbc that aims for simplicity.",
"main": "src/index.js",
"scripts": {
"test": "gulp test"
},
"author": "Alex Robson",
"license": "MIT License - http://opensource.org/licenses/MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"riak"
],
"dependencies": {
"configya": "~0.2.1",
"lodash": "~3.7.0",
"machina": "~1.0.0",
"monologue.js": "~0.3.0",
"node-uuid": "~1.4.3",
"postal": "~1.0.2",
"@lklabs/riakpbc": ">=2.1.1",
"solr-client": "~0.5.0",
"when": "~3.7.2",
"whistlepunk": "~0.3.1"
},
"devDependencies": {
"biggulp": "0.*.*",
"chai": "^2.1.0",
"chai-as-promised": "^4.2.0",
"configya": "~0.2.0",
"gulp": "~3.8.7",
"gulp-mocha": "^0.5.2",
"sinon": "^1.12.2"
}
}