-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 943 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 943 Bytes
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
{
"name": "react-native-equalizer",
"version": "0.2.86",
"description": "An equalizer like control for react native",
"main": "lib/NumberEnumerator.js",
"repository": {
"type": "git",
"url": "git@github.com/Buddhalow/react-native-equalizer.git"
},
"keywords": [
"react-native",
"equalizer",
"ios",
"android",
"slider"
],
"scripts": {
"clean": "rimraf lib",
"start": "node_modules/react-native/packager/packager.sh",
"build": "babel src --out-dir lib",
"prepublish": "npm run clean && npm run build"
},
"dependencies": {
"prop-types": "^15.5.6"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^7.2.1",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
"rimraf": "^2.5.2"
},
"author": "Alexander Forselius <alexander.forselius@buddhalow.com>",
"license": "MIT"
}