aparashk
/
Display-Override-PropertyList-File-Parser-and-Generator-with-HiDPI-Support-For-Scaled-Resolutions
Public
forked from codeclou/Display-Override-PropertyList-File-Parser-and-Generator-with-HiDPI-Support-For-Scaled-Resolutions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.14 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.14 KB
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
{
"name": "display-overrides-plist-parser-hidpi",
"version": "0.0.1",
"description": "display-overrides-plist-parser-hidpi",
"main": "src/main.js",
"scripts": {
"postinstall": "npm run build",
"develop": "./node_modules/.bin/webpack-dev-server --hot --inline --port 3020 --content-base ./ --config bundlerConfig.js",
"build": "NODE_ENV=production webpack --config bundlerConfig.js",
"eslint": "./node_modules/.bin/eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/comsysto/Display-Override-PropertyList-File-Parser-and-Generator-with-HiDPI-Support-For-Scaled-Resolutions.git"
},
"author": "Bernhard Grünewaldt",
"license": "MIT",
"bugs": {
"url": "https://github.com/comsysto"
},
"homepage": "https://github.com/comsysto",
"devDependencies": {
"autoprefixer": "6.0.2",
"ava": "0.12.0",
"babel-loader": "6.2.4",
"babel-plugin-transform-runtime": "6.5.2",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.5.2",
"copy-webpack-plugin": "3.0.0",
"coveralls": "2.11.2",
"css-loader": "0.18.0",
"enzyme": "2.0.0",
"eslint": "2.10.2",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "1.8.1",
"eslint-plugin-jsx-a11y": "1.2.2",
"eslint-plugin-react": "5.1.1",
"extract-text-webpack-plugin": "0.8.2",
"file-loader": "0.8.5",
"nyc": "5.6.0",
"postcss-loader": "0.6.0",
"postcss-nested": "1.0.0",
"pre-commit": "1.1.3",
"react-addons-test-utils": "15.0.1",
"react-hot-loader": "1.3.0",
"sinon": "1.17.2",
"style-loader": "0.12.3",
"url-loader": "0.5.7",
"webpack": "1.12.14",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"alertify.js": "1.0.10",
"babel-core": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-runtime": "6.26.0",
"classnames": "2.2.5",
"express": "4.12.3",
"react": "15.0.1",
"react-codemirror": "0.2.6",
"react-dom": "15.0.1",
"react-redux": "4.4.5",
"react-router": "2.0.0",
"redux": "3.5.2",
"redux-form": "5.2.3",
"whatwg-fetch": "1.0.0"
}
}