UNPKG

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