git ssb

0+

mixmix / marama



Tree: 6a63ca3977febbdc5b016c8119cefe3329f0a1a2

Files: 6a63ca3977febbdc5b016c8119cefe3329f0a1a2 / package.json

761 bytesRaw
1{
2 "name": "marama",
3 "version": "1.1.0",
4 "description": "A simple calendar component",
5 "main": "index.js",
6 "scripts": {
7 "build": "node lib/styles-write.js",
8 "test": "standard",
9 "lint": "standard --fix"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/mixmix/marama.git"
14 },
15 "keywords": [
16 "calendar",
17 "month"
18 ],
19 "author": "mixmix",
20 "license": "AGPL-3.0",
21 "bugs": {
22 "url": "https://github.com/mixmix/marama/issues"
23 },
24 "homepage": "https://github.com/mixmix/marama#readme",
25 "dependencies": {
26 "micro-css": "^2.0.1",
27 "mutant": "^3.22.1",
28 "read-directory": "^3.0.0"
29 },
30 "devDependencies": {
31 "electro": "^2.1.1",
32 "electron": "^2.0.7",
33 "standard": "^11.0.1"
34 }
35}
36

Built with git-ssb-web