forked from adobe-marketing-cloud-mobile/aemmobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.87 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": "aemm",
"version": "2.1.5",
"description": "Command line utility for building AEMM apps",
"scripts": {
"test": "npm run jasmine && npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint spec",
"jasmine": "node node_modules/jasmine/bin/jasmine.js",
"cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail --include-all-sources true node_modules/jasmine/bin/jasmine.js"
},
"author": "Adobe",
"preferGlobal": true,
"license": "Apache-2.0",
"bin": {
"aemm": "./bin/aemm.js"
},
"dependencies": {
"bplist": "0.0.4",
"child-process-promise": "^1.1.0",
"connect-aemmobile": "^0.1.0",
"continuation-local-storage": "^3.1.6",
"cordova-common": "^1.1.1",
"cordova-lib": "^6.0.0",
"cross-spawn-async": "^2.1.9",
"decompress-zip": "^0.2.0",
"ini": "^1.3.4",
"ios-sim": "^7.0.0",
"ip": "^1.1.3",
"jsonfile": "^2.2.3",
"lodash": "^4.6.1",
"mkdirp": "^0.5.1",
"nopt": "^3.0.6",
"plist": "^1.2.0",
"q": "^1.4.1",
"q-io": "^1.13.2",
"request": "^2.67.0",
"request-promise": "^1.0.2",
"semver": "^5.3.0",
"shelljs": "^0.6.0",
"simple-spinner": "0.0.5",
"underscore": "^1.8.3",
"update-notifier": "^1.0.2"
},
"devDependencies": {
"istanbul": "^0.3.4",
"jasmine": "^2.5.2",
"jshint": "^2.9.2",
"rewire": "^2.5.2"
},
"engines": {
"node": ">=6.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe-marketing-cloud-mobile/aemmobile.git"
},
"bugs": {
"url": "https://github.com/adobe-marketing-cloud-mobile/aemmobile/issues"
},
"homepage": "https://github.com/adobe-marketing-cloud-mobile/aemmobile#readme",
"main": "aemm",
"contributors": [
{
"name": "Andrew Zellman",
"email": "andrew.zellman@gmail.com"
}
]
}