-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 844 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
{
"name": "npdynamodb-typecast",
"version": "0.0.1",
"description": "A npdynamodb plugin for casting hash and range key with actual attribution type",
"main": "index.js",
"scripts": {
"test": "find ./test -name *_spec.js | xargs mocha --reporter spec -t 20000"
},
"keywords": [
"npdynamodb",
"typecast",
"activerecord",
"orm"
],
"repository": {
"type": "git",
"url": "https://github.com/noppoMan/npdynamodb-typecast.git"
},
"author": "noppoMan <[email protected]> (http://miketokyo.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/noppoMan/npdynamodb-typecast/issues"
},
"homepage": "https://github.com/noppoMan/npdynamodb-typecast",
"devDependencies": {
"aws-sdk": "^2.1.42",
"bluebird": "^2.9.34",
"lodash": "^3.10.1",
"npdynamodb": "^0.2.5"
}
}