-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.27 KB
/
package.json
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
{
"name": "photo-view",
"version": "2.0.3",
"description": "PhotoView - Pan, PinchZoom and Swipe for mobile",
"main": "dist/build.js",
"scripts": {
"start": "webpack --progress --colors --watch",
"build": "webpack -p",
"test": "ava tests/**/*spec.js",
"test-w": "ava -w tests/**/*spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/namshi/PhotoViewJS.git"
},
"keywords": [
"PhotoView",
"pan",
"pinchZoom",
"pinch-to-zoom",
"swipe",
"swag",
"namshi",
"mobile-carousel"
],
"author": "Shidhin CR <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/namshi/PhotoViewJS/issues"
},
"homepage": "https://github.com/namshi/PhotoViewJS#readme",
"devDependencies": {
"ava": "^0.15.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"browser-env": "^2.0.30",
"webpack": "^1.13.1"
},
"ava": {
"require": [
"./tests/helpers/setup.js"
]
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"custom-event": "^1.0.1",
"hammerjs": "^2.0.8"
},
"peerDependencies": {
"hammerjs": "^2.0.8"
}
}