-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.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
{
"name": "cordova-camera-plugin-debug",
"version": "1.0.3",
"description": "Camera wrapper to navigator with debug cordova-camera-plugin in browser",
"main": "dist/bundle.js",
"scripts": {
"test": "karma start",
"start": "webpack-dev-server --config webpack.config.dev.js -d --inline",
"build": "webpack --config webpack.config.prod.js && webpack --config webpack.config.min.prod.js",
"version": "npx auto-changelog -p && git add CHANGELOG.md",
"lint": "eslint src"
},
"keywords": [
"cordova-plugin-camera",
"debug"
],
"author": "Micho Garcia <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.26.1",
"eslint": "^3.11.1",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"expect.js": "^0.3.1",
"istanbul-instrumenter-loader": "^1.2.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"auto-changelog": "^1.4.0",
"vex-dialog": "^1.0.6",
"vex-js": "^3.0.0"
}
}