-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "react-simple-carousel",
"version": "1.0.0",
"description": "A simple carousel component for building simple responsive sliders.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test",
"prepublish": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evandhq/react-simple-carousel.git"
},
"keywords": [
"react",
"component",
"carousel",
"slider",
"responsive"
],
"author": "Mehdi Namvar <ilxxxanlar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/evandhq/react-simple-carousel/issues"
},
"homepage": "https://github.com/evandhq/react-simple-carousel#readme",
"dependencies": {
"react": "^15.0.2"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"babelify": "^6.3.0",
"eslint": "^1.5.1",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.5.1",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"grunt-browserify": "^4.0.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.2.0",
"load-grunt-tasks": "^3.3.0"
}
}