UNPKG

998 BJSONView Raw
1{
2 "name": "@adactive/arc-clock",
3 "version": "2.2.0",
4 "description": "Adsum Clock Component",
5 "main": "index.js",
6 "author": "Stanley Ong <stanley.ong@adactive.com>",
7 "license": "UNLISENCED",
8 "readmeFilename": "README.md",
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/AdactiveSAS/adsum-react-components.git"
12 },
13 "bugs": {
14 "url": "https://github.com/AdactiveSAS/adsum-react-components.git/issues"
15 },
16 "scripts": {},
17 "publishConfig": {
18 "access": "public"
19 },
20 "dependencies": {
21 "chalk": "^1.1.3",
22 "commander": "^2.9.0"
23 },
24 "devDependencies": {
25 "prop-types": "^15.6.1",
26 "react": "^16.3.2"
27 },
28 "peerDependencies": {
29 "prop-types": "^15.6.1",
30 "react": "^16.3.2"
31 },
32 "keywords": [
33 "adsum",
34 "react",
35 "redux"
36 ],
37 "files": [
38 "index.js",
39 "src",
40 "CHANGELOG.md",
41 "README.md",
42 "cli.js"
43 ],
44 "bin": {
45 "arc-clock": "./cli.js"
46 },
47 "gitHead": "a49c91666848e6d6cf5314266684abc0ca622064"
48}