-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "@awkward/simple-dyno",
"version": "0.1.49",
"description": "Wrapper around AWS DynamoDB SDK to make things easier",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awkward/simple-dyno.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/unit",
"build": "./node_modules/.bin/gulp build",
"watch": "./node_modules/.bin/gulp default"
},
"author": "David van Leeuwen",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.2.10",
"bcrypt": "^0.8.5",
"joi": "^6.9.1"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"browserify": "^13.0.0",
"chai": "^3.0.0",
"chai-as-promised": "^5.2.0",
"co-mocha": "^1.1.2",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.1",
"local-dynamo": "^0.1.2",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}