-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 796 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 796 Bytes
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
{
"name": "jscraftcamp-logo",
"version": "1.0.0",
"description": "This repo contains the logo for [JSCraftCamp][jscc]. Find [the source on github][source] and feel free to send PRs for any inspiration like a better animation or anything. We love to get helping hands.",
"main": "index.js",
"scripts": {
"test": "kavun src/*.spec.js --reporter=minimal",
"start": "ws --cors.origin=* --port 8999"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jscraftcamp/logo.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jscraftcamp/logo/issues"
},
"homepage": "https://github.com/jscraftcamp/logo#readme",
"devDependencies": {
"hamjest": "^3.2.3",
"kavun": "^3.0.0",
"local-web-server": "^2.5.1"
}
}