-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.44 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.44 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
{
"name": "react-easybytes",
"version": "1.0.0",
"description": "React File Size Selector",
"keywords": [
"react",
"react-easybytes",
"react-component",
"filesize",
"ui component",
"ui",
"component"
],
"main": "lib/index.js",
"homepage": "https://github.com/freak3dot/react-easybytes",
"author": "Ryan Johnston <github@shopandlearn.net>",
"repository": {
"type": "git",
"url": "git@github.com:freak3dot/react-easybytes.git"
},
"bugs": {
"url": "http://github.com/freak3dot/react-easybytes/issues"
},
"licenses": "MIT",
"config": {
"port": 8002
},
"scripts": {
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-sass": "^2.3.2",
"gulp-scss-lint": "^0.4.0",
"http-server": "^0.9.0",
"mocha": "^3.0.2",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"peerDependencies": {
"react": "^15.3.0"
},
"pre-commit": [
"lint"
],
"dependencies": {
"babel-runtime": "6.x",
"classnames": "2.x",
"react": "^15.3.0",
"react-dom": "^15.3.0"
}
}