-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (35 loc) · 921 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
{
"name": "ember-pagination",
"summary": "Pagination framework for ember.js.",
"description": "Pagination framework for ember.js.",
"keywords": ["ember", "emberjs", "ember.js", "pagination"],
"homepage": "http://github.com/mharris717/ember-pagination",
"bugs": "http://github.com/mharris717/ember-pagination/issues",
"version": "0.1.0",
"main": "lib/main.js",
"author": {
"name": "mharris717",
"email": "[email protected]"
},
"maintainers": [
{
"name": "mharris717",
"email": "[email protected]"
}
],
"devDependencies": {
"mocha": "",
"should": "",
"coffee-script": ">= 1.3",
"browserify": ""
},
"scripts": {
"test": "rake build && cd test_overlay_app && grunt test:ci"
},
"engines": { "node": "*" },
"repository": {
"type": "git",
"url": "https://github.com/mharris717/ember-pagination"
},
"license": "MIT"
}