-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 983 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
{
"name": "rafrepeater",
"version": "1.0.0",
"description": "An ES6 wrapper of the RAF mechanism",
"main": "src/repeater.js",
"dependencies": {
"jasmine": "3.6.1",
"karma": "5.1.1",
"karma-jasmine": "4.0.1",
"karma-firefox-launcher": "1.3.0"
},
"devDependencies": {
"@open-wc/karma-esm": "3.0.3",
"istanbul": "1.1.0-alpha.1",
"karma-chrome-launcher": "3.1.0",
"terser": "5.2.1"
},
"scripts": {
"test": "karma start",
"testc": "karma start --single-run",
"minify": ".\\node_modules\\.bin\\terser src\\closure.js src\\opts.js src\\repeater.js -o lib\\combined.js -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cbuteau/repeater.git"
},
"keywords": [
"es6",
"raf"
],
"author": "Christopher W Buteau <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cbuteau/repeater/issues"
},
"homepage": "https://github.com/cbuteau/repeater#readme"
}