|
2 | 2 | "name": "ember-jsonapi-resources", |
3 | 3 | "version": "2.0.0", |
4 | 4 | "description": "Data Persistence for an Ember CLI app using the JSON API 1.0 specification.", |
| 5 | + "keywords": [ |
| 6 | + "ember-addon", |
| 7 | + "ember-jsonapi-resources", |
| 8 | + "jsonapi-resources", |
| 9 | + "jsonapi" |
| 10 | + ], |
| 11 | + "license": "MIT", |
| 12 | + "author": "Bill Heaton <[email protected]>", |
5 | 13 | "directories": { |
6 | 14 | "doc": "doc", |
7 | 15 | "test": "tests" |
8 | 16 | }, |
| 17 | + "repository": "[email protected]:pixelhandler/ember-jsonapi-resources.git", |
9 | 18 | "scripts": { |
10 | 19 | "build": "ember build", |
11 | 20 | "start": "ember server", |
12 | 21 | "test": "ember try:each", |
13 | 22 | "nodetest": "mocha node-tests --recursive" |
14 | 23 | }, |
15 | | - "repository": "[email protected]:pixelhandler/ember-jsonapi-resources.git", |
16 | | - "engines": { |
17 | | - "node": ">= 0.12.0" |
| 24 | + "dependencies": { |
| 25 | + "ember-cli-babel": "^5.1.7", |
| 26 | + "ember-fetchjax": "^0.6.1", |
| 27 | + "ember-inflector": "^1.9.1", |
| 28 | + "ember-runtime-enumerable-includes-polyfill": "^1.0.2", |
| 29 | + "inflection": "~1.7.1", |
| 30 | + "lodash": "~3.10.1" |
18 | 31 | }, |
19 | | - "author": "Bill Heaton <[email protected]>", |
20 | | - "license": "MIT", |
21 | 32 | "devDependencies": { |
22 | 33 | "broccoli-asset-rev": "^2.4.5", |
23 | 34 | "broccoli-es6-concatenator": "^0.1.11", |
24 | 35 | "broccoli-filter": "^0.1.14", |
25 | 36 | "broccoli-static-compiler": "^0.2.1", |
26 | 37 | "ember-buffered-proxy": "^0.5.1", |
27 | | - "ember-cli": "2.9.1", |
| 38 | + "ember-cli": "2.10.0", |
28 | 39 | "ember-cli-app-version": "^2.0.0", |
29 | 40 | "ember-cli-blueprint-test-helpers": "^0.13.0", |
30 | 41 | "ember-cli-content-security-policy": "0.4.0", |
|
33 | 44 | "ember-cli-htmlbars": "^1.0.10", |
34 | 45 | "ember-cli-htmlbars-inline-precompile": "^0.3.3", |
35 | 46 | "ember-cli-inject-live-reload": "^1.4.1", |
36 | | - "ember-cli-jshint": "^1.0.4", |
| 47 | + "ember-cli-jshint": "^2.0.1", |
37 | 48 | "ember-cli-path-utils": "^1.0.0", |
38 | 49 | "ember-cli-qunit": "^3.0.1", |
39 | 50 | "ember-cli-release": "^0.2.9", |
|
54 | 65 | "silent-error": "^1.0.0", |
55 | 66 | "yuidocjs": "^0.7.0" |
56 | 67 | }, |
57 | | - "keywords": [ |
58 | | - "ember-addon", |
59 | | - "ember-jsonapi-resources", |
60 | | - "jsonapi-resources", |
61 | | - "jsonapi" |
62 | | - ], |
63 | | - "dependencies": { |
64 | | - "ember-cli-babel": "^5.1.7", |
65 | | - "ember-fetchjax": "^0.6.1", |
66 | | - "ember-inflector": "^1.9.1", |
67 | | - "ember-runtime-enumerable-includes-polyfill": "^1.0.2", |
68 | | - "inflection": "~1.7.1", |
69 | | - "lodash": "~3.10.1" |
| 68 | + "engines": { |
| 69 | + "node": ">= 0.12.0" |
70 | 70 | }, |
71 | 71 | "ember-addon": { |
72 | 72 | "configPath": "tests/dummy/config" |
|
0 commit comments