UNPKG

928 BJSONView Raw
1{
2 "name": "americano-cozy",
3 "version": "0.1.7",
4 "description": "Americano helpers to build Cozy applications faster",
5 "main": "./main.js",
6 "dependencies": {
7 "async": "*",
8 "jugglingdb": "0.2.0-41",
9 "jugglingdb-cozy-adapter": "0.4.1"
10 },
11 "devDependencies": {
12 "coffee-script": "*",
13 "chai": "*",
14 "mocha": "*"
15 },
16 "optionalDependencies": {},
17 "scripts": {
18 "prepublish": "cake build",
19 "test": "cake tests"
20 },
21 "keywords": [
22 "plugin",
23 "cozy",
24 "americano"
25 ],
26 "licenses": [
27 {
28 "type": "MIT",
29 "url": "https://github.com/frankrousseau/americano-cozy/blob/master/LICENSE"
30 }
31 ],
32 "bugs": {
33 "url": "https://github.com/frankrousseau/americano-cozy/issues"
34 },
35 "author": "Frank R",
36 "contributors": [],
37 "engines": {
38 "node": "*"
39 },
40 "repository": {
41 "type": "git",
42 "url": "https://github.com/frankrousseau/americano-cozy.git"
43 }
44}