-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.64 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.64 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
{
"name": "react-native-cloudinary-image-display",
"version": "1.0.7",
"description": "React Native Cloudinary Image Display",
"main": "dist/index.js",
"watch": {
"build": "{src,test}/*.js"
},
"scripts": {
"watch": "npm-watch",
"clean": "if [ -d ./dist ]; then rm -r ./dist; fi;mkdir ./dist;",
"build-js": "babel -d dist/ src/",
"build": "npm run clean; npm run build-js",
"lint": "eslint src/",
"test": "jest",
"coverage": "jest --coverage",
"precommit": "pretty-quick --staged",
"prepare": "npm run build"
},
"author": "gmorin.pro@gmail.com",
"license": "ISC",
"repository": {
"type": "git",
"url":
"git+https://github.com/guillaumemorin/react-native-cloudinary-image-display.git"
},
"keywords": ["cloudinary", "image", "display"],
"bugs": {
"url":
"https://github.com/guillaumemorin/react-native-cloudinary-image-display/issues"
},
"homepage":
"https://github.com/guillaumemorin/react-native-cloudinary-image-display#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"husky": "^0.14.3",
"jest": "^22.4.3",
"npm-watch": "^0.3.0",
"prettier": "1.12.1",
"pretty-quick": "^1.4.1"
},
"dependencies": {
"cloudinary-core": "^2.5.0",
"npm-insights": "^1.0.7"
}
}