-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1001 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
{
"name": "ember-crossfilter",
"version": "0.2.5",
"author": "Adam Timberlake",
"repository": {
"type": "git",
"url": "git://github.com:Wildhoney/EmberCrossfilter.git"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.0",
"bower": "~1.2.6"
},
"description": "Instead of using Ember DataStore, EmberCrossfilter provides a basic architecture for creating Ember models with Crossfilter; which allows for much quicker sorting and filtering.",
"bugs": {
"url": "https://github.com/Wildhoney/EmberCrossfilter/issues"
},
"main": "Gruntfile.js",
"directories": {
"doc": "docs",
"example": "example",
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"crossfilter ember",
"ember crossfilter",
"ember models",
"ember sorting",
"ember filtering",
"ember datastore"
],
"license": "BSD-2-Clause"
}