-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
102 lines (102 loc) · 2.54 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
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "ember-cordova",
"version": "1.0.9",
"description": "Tooling for cordova and crosswalk hybrid applications built with Ember",
"homepage": "https://github.com/isleofcode/ember-cordova",
"repository": {
"type": "git",
"url": "git+https://github.com/isleofcode/ember-cordova.git"
},
"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.*"
},
"author": {
"name": "Alex Blom",
"email": "alex@isleofcode.com",
"url": "https://isleofcode.com"
},
"contributors": [
{
"name": "Jake Craige",
"email": "jake@poeticsystem.com"
},
{
"name": "Aidan Nulman",
"email": "aidan@isleofcode.com",
"url": "https://isleofcode.com"
},
{
"name": "Chris Thoburn",
"email": "chris@isleofcode.com",
"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": {
"broccoli-funnel": "^1.1.0",
"broccoli-merge-trees": "1.2.4",
"chalk": "^2.0.0",
"configstore": "3.1.0",
"copy-dir": "^0.3.0",
"cordova-common": "^2.0.0",
"cordova-lib": "7.0.1",
"ember-cli-babel": "^6.0.0",
"fs-extra": "^3.0.0",
"htmlparser2": "^3.9.2",
"leek": "0.0.24",
"lodash": "^4.13.1",
"portfinder": "^1.0.5",
"rimraf": "^2.5.4",
"rsvp": "^4.6.1",
"splicon": "0.0.14",
"svg2png": "^4.1.0",
"uuid": "^3.0.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"chai": "^4.0.2",
"chai-as-promised": "^6.0.0",
"ember-cli": "~2.13.2",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-htmlbars": "^2.0.0",
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-shims": "^1.0.2",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.0.0",
"ember-resolver": "^4.0.0",
"ember-source": "^2.13.3",
"eslint-plugin-chai-expect": "^1.1.1",
"mocha": "^3.4.2",
"mocha-eslint": "2.1.1",
"mocha-jshint": "^2.3.1",
"testdouble": "^3.0.0"
}
}