-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.56 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
{
"name": "react-switchery",
"version": "1.2.3",
"description": "IOS 7 style switch component for React",
"main": "build/index.js",
"keywords": [
"switch",
"switchery",
"ios style",
"style",
"react"
],
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register --recursive",
"test-cov": "./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover --report html --report text node_modules/.bin/_mocha",
"build": "rm -rf build && ./node_modules/.bin/babel src --out-dir build",
"clean": "rm -rf build",
"lint": "eslint src test"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.10",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"mohithg-switchery": "^0.8.4"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"eslint": "^2.12.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.4.2",
"eslint-plugin-react": "^5.1.1",
"isparta": "^4.0.0",
"mocha": "^2.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohithg/react-switchery.git"
},
"bugs": {
"url": "https://github.com/mohithg/react-switchery.git/issues"
},
"homepage": "https://github.com/mohithg/react-switchery.git#readme",
"author": "Mohith G",
"license": "MIT"
}