forked from ryanfitz/vogels
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 KB
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
{
"name": "@traverse-data/vogels",
"version": "0.12.4",
"author": "Ryan Fitzgerald <ryan@codebrewstudios.com>",
"description": "DynamoDB data mapper",
"main": "index.js",
"scripts": {
"test": "grunt test",
"release": "git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish --access public"
},
"bugs": {
"url": "https://github.com/TraverseData/vogels/issues"
},
"homepage": "https://github.com/TraverseData/vogels#readme",
"repository": "git+https://github.com/TraverseData/vogels.git",
"keywords": [
"datamapper",
"DynamoDB",
"aws",
"amazon",
"nosql"
],
"engines": {
"node": ">=0.10.22"
},
"license": "MIT",
"dependencies": {
"aws-sdk": "~2.1347.0",
"lodash": "2.4.x",
"joi": "2.9.x",
"node-uuid": "1.4.x",
"async": "0.6.x",
"readable-stream": "~1.0.26-2"
},
"devDependencies": {
"mocha": "1.x.x",
"chai": "1.x.x",
"grunt-simple-mocha": "0.4.0",
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-regarde": "~0.1.1",
"sinon": "1.9.x",
"grunt-cli": "0.1.x"
}
}