-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 935 Bytes
/
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
{
"name": "ractive-transitions-css",
"version": "1.0.0",
"description": "Use CSS animation classes for in and out Ractive transitions",
"main": "dist/ractive-transitions-css.umd.js",
"browser": "dist/ractive-transitions-css.umd.js",
"module": "dist/ractive-transitions-css.es.js",
"scripts": {
"watch": "rollup -c -w",
"build": "rollup -c"
},
"files": [
"src",
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kouts/ractive-transitions-css.git"
},
"keywords": [
"Ractive",
"transitions",
"animation",
"css"
],
"author": "kouts",
"license": "MIT",
"bugs": {
"url": "https://github.com/kouts/ractive-transitions-css/issues"
},
"homepage": "https://github.com/kouts/ractive-transitions-css#readme",
"devDependencies": {
"ractive": "^1.3.14",
"rollup": "^1.32.1",
"rollup-plugin-terser": "^5.3.1"
}
}