-
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) · 947 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 947 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": "greg-slider",
"version": "0.0.8",
"description": "slider component",
"keywords": [
"slider",
"range",
"mobile",
"react-component"
],
"main": "dist/slider.js",
"scripts": {
"prepublish": "mkdir dist; ./node_modules/.bin/browserify -t reactify -u react slider.jsx -o dist/slider.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gregsqueeb/greg-slider"
},
"author": "Greg Mathews <gregdmathews@gmail.com> (http://gregdmathews.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gregsqueeb/greg-slider/issues"
},
"homepage": "https://github.com/gregsqueeb/greg-slider",
"devDependencies": {
"browserify": "^10.2.4",
"less": "^2.5.1",
"react": "^0.13.3",
"reactify": "^1.1.1"
},
"dependencies": {
"cuid": "^1.2.5",
"react-draggable": "^0.8.1",
"react_explicit_prop_declaration": "^0.1.0",
"lodash": "^3.8.0"
}
}