-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "react-progressive-image-loading",
"version": "3.0.3",
"description": "Progressively load images using a blur effect. Edit",
"main": "build/index.js",
"typings": "build/index.d.ts",
"scripts": {
"lint": "tslint --project tsconfig.json",
"build": "tsc --pretty",
"watch": "tsc --watch --pretty",
"test": "npm run lint && npm run build"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wcandillon/react-progressive-image-loading.git"
},
"keywords": [
"react",
"image",
"progressive",
"image",
"loading"
],
"author": "William Candillon",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wcandillon/react-progressive-image-loading/issues"
},
"homepage": "https://github.com/wcandillon/react-progressive-image-loading#readme",
"devDependencies": {
"@types/lodash": "^4.14.63",
"@types/react": "^15.0.23",
"ts-npm-lint": "^0.1.0",
"tslint": "^5.1.0",
"typescript": "^2.3.2"
},
"dependencies": {
}
}