@dpouris/gswap 0.0.1-alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +19 -0
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@dpouris/gswap",
3
+ "version": "0.0.1-alpha",
4
+ "description": "A library for swapping between images in a gallery",
5
+ "main": "./dist/main.js",
6
+ "types": "./dist/main.d.ts",
7
+ "files": [
8
+ "./dist"
9
+ ],
10
+ "directories": {
11
+ "example": "examples"
12
+ },
13
+ "scripts": {
14
+ "test": "echo \"Error: no test specified\" && exit 1"
15
+ },
16
+ "keywords": [],
17
+ "author": "dpouris",
18
+ "license": "ISC"
19
+ }