|
1 | 1 | {
|
2 |
| - "name": "aor-json-rest-client", |
3 |
| - "version": "2.0.0", |
4 |
| - "description": "A local REST client for admin-on-rest", |
5 |
| - "main": "lib/index.js", |
6 |
| - "scripts": { |
7 |
| - "test": "echo \"Error: no test specified\" && exit 1" |
8 |
| - }, |
9 |
| - "files": [ |
10 |
| - "LICENSE", |
11 |
| - "*.md", |
12 |
| - "lib", |
13 |
| - "src" |
14 |
| - ], |
15 |
| - "repository": { |
16 |
| - "type": "git", |
17 |
| - "url": "git+https://github.com/marmelab/aor-json-rest-client.git" |
18 |
| - }, |
19 |
| - "keywords": [ |
20 |
| - "reactjs", |
21 |
| - "react", |
22 |
| - "rest", |
23 |
| - "fakerest", |
24 |
| - "local" |
25 |
| - ], |
26 |
| - "author": "François Zaninotto", |
27 |
| - "license": "MIT", |
28 |
| - "bugs": { |
29 |
| - "url": "https://github.com/marmelab/aor-json-rest-client/issues" |
30 |
| - }, |
31 |
| - "homepage": "https://github.com/marmelab/aor-json-rest-client#readme", |
32 |
| - "dependencies": { |
33 |
| - "fakerest": "~2.0.0" |
34 |
| - }, |
35 |
| - "devDependencies": { |
36 |
| - "babel-cli": "^6.18.0", |
37 |
| - "babel-plugin-add-module-exports": "^0.2.1", |
38 |
| - "babel-preset-es2015": "^6.18.0", |
39 |
| - "babel-preset-stage-0": "^6.16.0" |
40 |
| - } |
| 2 | + "name": "aor-json-rest-client", |
| 3 | + "version": "2.1.0", |
| 4 | + "description": "A local REST client for admin-on-rest", |
| 5 | + "main": "lib/index.js", |
| 6 | + "scripts": { |
| 7 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 8 | + }, |
| 9 | + "files": [ |
| 10 | + "LICENSE", |
| 11 | + "*.md", |
| 12 | + "lib", |
| 13 | + "src" |
| 14 | + ], |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git+https://github.com/marmelab/aor-json-rest-client.git" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "reactjs", |
| 21 | + "react", |
| 22 | + "rest", |
| 23 | + "fakerest", |
| 24 | + "local" |
| 25 | + ], |
| 26 | + "author": "François Zaninotto", |
| 27 | + "license": "MIT", |
| 28 | + "bugs": { |
| 29 | + "url": "https://github.com/marmelab/aor-json-rest-client/issues" |
| 30 | + }, |
| 31 | + "homepage": "https://github.com/marmelab/aor-json-rest-client#readme", |
| 32 | + "dependencies": { |
| 33 | + "fakerest": "~2.1.0" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "babel-cli": "^6.18.0", |
| 37 | + "babel-plugin-add-module-exports": "^0.2.1", |
| 38 | + "babel-preset-es2015": "^6.18.0", |
| 39 | + "babel-preset-stage-0": "^6.16.0" |
| 40 | + } |
41 | 41 | }
|
0 commit comments