-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 942 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
{
"name": "dynamomo",
"version": "0.1.0-beta.5",
"description": "Dynamodb query helper",
"main": "index.js",
"engines": {
"node": ">=4.3.0",
"npm": "^4.0.0"
},
"scripts": {
"test": "istanbul cover _mocha ./**/*.spec.js",
"lint": "eslint './**/*.js'",
"lint:fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hixme/dynamomo.git"
},
"author": "Billy Montgomery <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/hixme/dynamomo#readme",
"dependencies": {
"aws-sdk": "^2.28.0",
"chalk": "^1.1.3",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}