This repository was archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
68 lines (68 loc) · 1.61 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "aws-sdk-mobile-analytics",
"description": "AWS Mobile Analytics SDK for JavaScript",
"version": "0.9.2",
"author": {
"name": "Amazon Web Services",
"email": "",
"url": "http://aws.amazon.com/"
},
"homepage": "https://github.com/aws/aws-sdk-mobile-analytics-js",
"contributors": [],
"devDependencies": {
"chai": "*",
"coffee-script": "~1.9.1",
"coffeeify": "1.0.0",
"grunt": "~0.4.5",
"grunt-blanket": "~0.0.8",
"grunt-browserify": "~3.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-mocha": "~0.4.12",
"grunt-mocha-test": "~0.12.7",
"load-grunt-tasks": "3.5.0",
"mocha-cobertura-reporter": "~1.0.4",
"semver": "*",
"travis-cov": "~0.2.5",
"xml2js": "0.2.6"
},
"dependencies": {
"aws-sdk": ">=2.2.37"
},
"main": "lib/ama.js",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/aws/aws-sdk-mobile-analytics-js"
},
"bugs": {
"url": "http://github.com/aws/aws-sdk-mobile-analytics-js/issues",
"mail": ""
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://github.com/aws/aws-sdk-mobile-analytics-js/raw/master/LICENSE.txt"
}
],
"keywords": [
"api",
"amazon",
"aws",
"mobileanalytics"
],
"scripts": {
"test": "grunt test",
"unit": "grunt test",
"coverage": "grunt test-nodejs",
"browsertest": "grunt test-phantomjs",
"distribution": "grunt dist"
}
}