-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "kuliso",
"version": "0.3.1",
"sideeffects": true,
"description": "Tiny library for performant pointer-driven or gyroscope-driven effects",
"main": "dist/index.cjs",
"module": "index.js",
"types": "types.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c",
"test": "c8 ava test/*.spec.js -s",
"test:debug": "ava test/*.spec.js -s",
"docs": "documentation build src/index.js -f html -o docs/reference -c documentation.yml",
"rtfm": "npm run docs && http-server ./docs/reference"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix-incubator/kuliso.git"
},
"keywords": [
"animation",
"js",
"pointer",
"gyroscope"
],
"author": "wow!Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/wix-incubator/kuliso/issues"
},
"homepage": "https://github.com/wix-incubator/kuliso#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.3.0",
"ava": "^6.2.0",
"c8": "^10.1.2",
"documentation": "^14.0.3",
"http-server": "^14.1.1",
"rollup": "^4.27.4",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-progress": "^1.1.2"
}
}