-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.32 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
{
"name": "fireball-db",
"version": "0.3.13",
"description": "a lightweight model wrapper for DynamoDB",
"keywords": [
"DynamoDb",
"model"
],
"homepage": "https://github.com/JohnnyDevMode/fireball-db",
"bugs": "https://github.com/JohnnyDevMode/fireball-db",
"repository": {
"type": "git",
"url": "https://github.com/JohnnyDevMode/fireball-db.git"
},
"author": "DevMode, Inc. <[email protected]> (http://devmode.com)",
"contributors": [
"John E. Bailey <[email protected]>"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JohnnyDevMode/fireball-db/blob/master/LICENSE-MIT"
}
],
"main": "lib/index.js",
"engines": {
"node": "4.4.4",
"npm": "3.8.9"
},
"scripts": {
"test": "grunt test",
"coverage": "grunt coverage"
},
"dependencies": {
"keygen": "~0.2.0",
"aws-sdk": "~2.7.0",
"lodash": "~4.17.0",
"ppl": "~0.1.8"
},
"devDependencies": {
"async": "^2.0.1",
"coffee-script": "~1.7.1",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-cached": "1.1.0",
"gulp-coffee": "2.3.2",
"gulp-help": "1.6.1",
"gulp-istanbul": "0.10.4",
"gulp-mocha": "2.2.0",
"chai": "^3.0.0",
"chai-things": "^0.2.0",
"sinon": "^1.14.0",
"mocha": "^2.1.0",
"mockery": "^2.0.0",
"local-dynamo": "0.4.1"
}
}