forked from kerrishotts/cordova-plugin-webpack-transpiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.35 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
{
"name": "cordova-plugin-webpack-transpiler",
"version": "0.3.1",
"description": "Transpile and bundle with WebPack",
"cordova": {
"id": "cordova-plugin-webpack-transpiler",
"platforms": [
"ios",
"osx",
"windows",
"wp8",
"android",
"ubuntu",
"blackberry10",
"browser"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/kerrishotts/cordova-plugin-webpack-transpiler.git"
},
"keywords": [
"cordova",
"babel",
"transpile",
"typescript",
"webpack",
"es2015",
"es6",
"scss",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-browser",
"cordova-ubuntu",
"cordova-windows",
"cordova-wp8",
"cordova-osx",
"cordova-blackberry10"
],
"author": "Kerri Shotts ([email protected])",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kerrishotts/cordova-plugin-webpack-transpiler/issues"
},
"homepage": "https://github.com/kerrishotts/cordova-plugin-webpack-transpiler#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"shelljs": "^0.7.6",
"tree-directory": "^0.1.0"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 5.0.0",
"cordovaDependencies": {
"0.1.0": {
"cordova": ">= 6.0.0"
}
}
}
}