forked from staugaard/ember-resource
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 870 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
{
"name": "@zendesk/ember-resource",
"version": "2.3.10",
"licence": "APLv2",
"description": "A simple library to connect your Ember.js application to JSON backends.",
"publishConfig": {
"registry": "https://zdrepo.jfrog.io/zdrepo/api/npm/npm"
},
"private": true,
"keywords": [
"ember",
"json",
"ajax",
"orm"
],
"author": "Zendesk Developers <support@zendesk.com>",
"repository": {
"type": "git",
"url": "git://github.com/zendesk/ember-resource.git"
},
"main": "dist/ember-resource.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"broccoli": "0.7.2",
"broccoli-cli": "^1.0.0",
"broccoli-concat": "0.0.5",
"broccoli-merge-trees": "0.1.3",
"broccoli-uglify-js": "0.1.2",
"chai": "^4.2.0",
"jshint": "2.5.0",
"mocha": "^7.1.0",
"mocha-chrome": "^2.2.0"
}
}