forked from isleofcode/corber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.07 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "corber",
"version": "1.2.7",
"description": "Tooling for cordova and crosswalk hybrid applications built with Ember",
"homepage": "https://github.com/isleofcode/corber",
"repository": {
"type": "git",
"url": "https://github.com/isleofcode/corber"
},
"main": "./index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/mocha --harmony --compilers js:babel-register 'node-tests/**/*-test.js'"
},
"engines": {
"node": "^4.5 || >=6.*"
},
"bin": {
"corber": "./bin/corber"
},
"author": {
"name": "Alex Blom",
"email": "[email protected]",
"url": "https://isleofcode.com"
},
"contributors": [
{
"name": "Aidan Nulman",
"email": "[email protected]",
"url": "https://isleofcode.com"
}
],
"license": "MIT",
"ember-addon": {
"configPath": "tests/dummy/config",
"versionCompatibility": {
"ember": ">1.13.0"
}
},
"keywords": [
"ember-addon",
"cordova",
"ember-cli-cordova",
"ember",
"tooling",
"phonegap",
"crosswalk",
"hybrid",
"mobile"
],
"dependencies": {
"chalk": "^2.0.0",
"configstore": "3.1.2",
"console-ui": "^2.0.0",
"copy-dir": "^0.3.0",
"cordova-common": "^2.0.0",
"cordova-lib": "^8.0.0",
"core-object": "^3.1.3",
"ember-cli": "^2.16.2",
"ember-cli-babel": "^6.0.0",
"fs-extra": "^4.0.0",
"htmlparser2": "^3.9.2",
"leek": "0.0.24",
"lodash": "^4.13.1",
"pbxproj-dom": "^1.0.11",
"portfinder": "^1.0.5",
"rimraf": "^2.5.4",
"rsvp": "^4.6.1",
"sort-package-json": "^1.7.0",
"splicon": "^0.0.14",
"svg2png": "^4.1.0",
"uuid": "^3.0.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"ember-cli-dependency-checker": "^2.1.0",
"ember-cli-shims": "^1.0.2",
"eslint-plugin-chai-expect": "^1.1.1",
"loaderjs": "^0.2.0",
"mocha": "^4.0.0",
"mocha-eslint": "2.1.1",
"mocha-jshint": "^2.3.1",
"testdouble": "^3.0.0"
}
}