forked from pouchdb-community/ember-pouch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.95 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ember-pouch",
"version": "6.0.0",
"description": "PouchDB adapter for Ember Data",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"license": "license-checker --summary --failOn GPL",
"lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests",
"start": "ember server",
"test": "ember try:each"
},
"repository": {
"type": "git",
"url": "https://github.com/pouchdb-community/ember-pouch.git"
},
"keywords": [
"ember-addon",
"Ember",
"Data",
"adapter",
"PouchDB",
"CouchDB"
],
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"author": "Nolan Lawson",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pouchdb-community/ember-pouch/issues"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"ember-ajax": "^3.0.0",
"ember-cli": "~2.18.2",
"ember-cli-app-version": "^3.2.0",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-eslint": "^5.0.0",
"ember-cli-htmlbars": "^3.0.0",
"ember-cli-htmlbars-inline-precompile": "^2.1.0",
"ember-cli-inject-live-reload": "^2.0.1",
"ember-cli-release": "^0.2.9",
"ember-cli-shims": "^1.2.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^3.0.0",
"ember-data": "~2.18.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-inflector": "^3.0.0",
"ember-load-initializers": "^2.0.0",
"ember-qunit": "^4.4.1",
"ember-resolver": "^5.1.3",
"ember-source": "~2.18.0",
"ember-source-channel-url": "^1.1.0",
"license-checker": "^25.0.1",
"loader.js": "^4.7.0"
},
"dependencies": {
"broccoli-file-creator": "^2.1.1",
"broccoli-stew": "^2.1.0",
"pouchdb": "^7.1.1",
"relational-pouch": "^3.1.0",
"ember-cli-babel": "^7.7.3"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}