-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 880 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
{
"name": "ember-pouchdb",
"version": "0.1.8",
"private": true,
"description": "PouchDB Wrapper for Ember.js",
"scripts": {
"start": "grunt server",
"build": "grunt build",
"test": "grunt test:ci",
"postinstall": "./node_modules/.bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/taras/ember-pouchdb.git"
},
"keywords": [
"PouchDB",
"Ember.js",
"CouchDB"
],
"author": "Taras Mankovski <tarasm@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/taras/ember-pouchdb/issues"
},
"dependencies": {
"grunt-microlib": "~0.1.1",
"karma": "~0.9.4",
"grunt-karma": "~0.5",
"karma-qunit": "~0.0.3",
"karma-coverage": "~0.0.3",
"karma-phantomjs-launcher": "~0.0.2",
"bower": "~1.2.7",
"grunt": "~0.4.1",
"grunt-browserify": "~1.0.5"
}
}