-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "hoodie-angular-poc",
"version": "0.0.1",
"description": "Proof of concept for Hood.ie + AngularJS integration",
"main": "app/app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tomaszguzialek/hoodie-angular-poc.git"
},
"keywords": [
"hoodie",
"hood.ie",
"angular",
"angularjs",
"offline-first",
"couchdb"
],
"author": "Tomasz Guzialek",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tomaszguzialek/hoodie-angular-poc/issues"
},
"homepage": "https://github.com/tomaszguzialek/hoodie-angular-poc#readme",
"scripts": {
"start": "hoodie"
},
"dependencies": {
"angular": "^1.5.0",
"hoodie": "^11.0.0",
"jquery": "^2.2.0"
},
"devDependencies": {
"gulp": "^3.9.0"
},
"hoodie": {
"plugins": [
"hoodie-plugin-appconfig",
"hoodie-plugin-email",
"hoodie-plugin-users"
]
}
}