-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "jedlik",
"version": "0.0.0",
"description": "Fluent syntax generator for DynamoDB.",
"main": "index.js",
"scripts": {
"test": "set -e;./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha test/test.js;./node_modules/istanbul/lib/cli.js check-coverage",
"integration": "echo \"no integration tests\""
},
"repository": {
"type": "git",
"url": "git://github.com/B2MSolutions/jedlik.git"
},
"author": {
"name": "B2M Solutions",
"url": "https://github.com/B2MSolutions"
},
"contributors": [
{
"name": "Roy Lines",
"url": "https://github.com/roylines"
},
{
"name": "Alberto Zaccagni",
"url": "https://github.com/lazywithclass"
}
],
"keywords": [
"dynamodb"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/B2MSolutions/jedlik/raw/master/LICENSE"
}
],
"devDependencies": {
"chai": "~1.9.1",
"istanbul": "~0.2.7",
"mocha": "~1.18.2",
"sinon": "~1.10.3"
}
}