Files: 5998674b6c29501326d9f9f1e85e64c5287b37b2 / package.json
671 bytesRaw
1 | { |
2 | "name": "marama", |
3 | "version": "0.0.1", |
4 | "description": "A simple calendar component", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "build": "node lib/build.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 | "mutant": "^3.22.1" |
27 | }, |
28 | "devDependencies": { |
29 | "micro-css": "^2.0.1", |
30 | "standard": "^11.0.1" |
31 | } |
32 | } |
33 |
Built with git-ssb-web