-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 852 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
{
"name": "snitch",
"version": "1.0.0",
"description": "[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.abhinav/snitch.svg)](https://clojars.org/org.clojars.abhinav/snitch)",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "shadow-cljs compile test && karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbhinavOmprakash/snitch.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AbhinavOmprakash/snitch/issues"
},
"homepage": "https://github.com/AbhinavOmprakash/snitch#readme",
"dependencies": {
"karma-chrome-launcher": "^3.1.1",
"karma-cljs-test": "^0.1.0",
"shadow-cljs": "^2.19.6"
},
"devDependencies": {
"karma": "^6.4.2"
}
}