-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "react-cloudinary",
"version": "0.4.1",
"description": "react components to render cloudinary image and video.",
"main": "lib/index",
"scripts": {
"build": "babel ./modules -d lib",
"lint": "eslint -c .eslintrc .",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://seokgyo@github.com/seokgyo/react-cloudinary.git"
},
"keywords": [
"react",
"cloudinary"
],
"author": "seokgyo@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/seokgyo/react-cloudinary/issues"
},
"homepage": "https://github.com/seokgyo/react-cloudinary#readme",
"dependencies": {
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"cloudinary-core": "^2.1.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.24",
"babel-eslint": "^4.1.2",
"eslint": "^1.4.3",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.4.1",
"prop-types": "^15.6.0",
"react": "^15.6.2"
}
}