forked from leandrowd/react-responsive-carousel
-
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.1 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.1 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": "react-responsive-carousel-project",
"version": "1.0.3",
"description": "React Responsive Carousel Project",
"author": {
"name": "Leandro Augusto Lemos",
"url": "leandrowd@gmail.com"
},
"main": "index.js",
"license": "MIT",
"engines": {
"node": "~0.10.36"
},
"scripts": {
"start": "node --harmony ./node_modules/gulp/bin/gulp",
"build": "node --harmony ./node_modules/gulp/bin/gulp package",
"pre-deploy": "node --harmony ./node_modules/gulp/bin/gulp deploy",
"test": "jest",
"prerelease": "npm run build",
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master && npm publish)"
},
"repository": {
"type": "git",
"url": "https://github.com/leandrowd/react-responsive-carousel.git"
},
"bugs": {
"url": "https://github.com/leandrowd/react-responsive-carousel/issues"
},
"homepage": "http://leandrowd.github.io/react-responsive-carousel/",
"devDependencies": {
"6to5-jest": "*",
"accounting": "^0.4.1",
"browserify": "^12.0.1",
"classnames": "^2.1.1",
"connect-modrewrite": "^0.7.9",
"glob": "^4.0.6",
"gulp": "^3.8.9",
"gulp-concat": "^2.3.4",
"gulp-connect": "~2.2.0",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.4",
"gulp-jasmine2-phantomjs": "^0.1.1",
"gulp-jest": "^0.3.0",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "~0.3.12",
"gulp-notify": "^1.4.2",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.2.10",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"jest-cli": "^0.7.1",
"react": "^0.14.5",
"react-addons-test-utils": "^0.14.2",
"react-dom": "^0.14.2",
"react-easy-swipe": "0.0.4",
"reactify": "^0.15.2",
"swipe-js-iso": "^2.0.1",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1"
},
"jest": {
"scriptPreprocessor": "./node_modules/6to5-jest",
"unmockedModulePathPatterns": [
"node_modules"
]
}
}