-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 908 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": "svg-pad",
"version": "1.0.0",
"description": "https://somnid.github.io/svg-pad/",
"main": "service-worker.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "npx karma start ./karma.conf.js",
"start": "npx http-server . -c-1 -o",
"test:debug": "npx karma start ./karma.conf.js --no-single-run --auto-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Somnid/svg-pad.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Somnid/svg-pad/issues"
},
"homepage": "https://github.com/Somnid/svg-pad#readme",
"devDependencies": {
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^3.1.1"
}
}