forked from clintjhill/ember-parse-adapter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.05 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
{
"name": "ember-data-parse-adapter",
"description": "Ember Data Adapter for Parse",
"version": "0.5.2",
"main": "dist/ember-parse-adapter.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-qunit": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-connect": "~0.1.0",
"grunt-contrib-concat": "~0.1.2"
},
"directories": {
"lib": "lib"
},
"keywords": [
"parse",
"ember.js",
"ember-data"
],
"files": [
"dist/"
],
"author": {
"name": "Clint Hill"
},
"contributors": [
{
"name": "Matt Beale",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "Matt Beale",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"test": "grunt test",
"prepublish": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/clintjhill/ember-parse-adapter.git"
},
"bugs": {
"url": "https://github.com/clintjhill/ember-parse-adapter/issues"
}
}