1 | {
|
2 | "name": "wpcom",
|
3 | "description": "Official JavaScript library for the WordPress.com REST API",
|
4 | "version": "4.9.10",
|
5 | "main": "dist/index.js",
|
6 | "author": "Automattic, Inc.",
|
7 | "contributors": [
|
8 | "Damian Suarez <rdsuarez@gmail.com>",
|
9 | "Dennis Snell <dennis.snell@automattic.com>",
|
10 | "Nathan Rajlich <nathan@automattic.com>",
|
11 | "Matt Sherman <matt.sherman@automattic.com>",
|
12 | "Timmy Crawford <timmy.crawford@automattic.com>"
|
13 | ],
|
14 | "keywords": [
|
15 | "wordpress",
|
16 | "wordpress.com",
|
17 | "browser",
|
18 | "rest",
|
19 | "api",
|
20 | "library"
|
21 | ],
|
22 | "repository": "git@github.com:Automattic/wpcom.js.git",
|
23 | "license": "MIT",
|
24 | "dependencies": {
|
25 | "babel": "^5.8.23",
|
26 | "babel-runtime": "5.8.12",
|
27 | "debug": "^2.2.0",
|
28 | "json-loader": "^0.5.4",
|
29 | "qs": "^4.0.0",
|
30 | "wpcom-xhr-request": "0.5.0"
|
31 | },
|
32 | "devDependencies": {
|
33 | "babel-core": "^5.8.23",
|
34 | "babel-eslint": "^4.1.6",
|
35 | "babel-loader": "^5.3.2",
|
36 | "eslint": "^1.10.1",
|
37 | "mocha": "^2.3.4",
|
38 | "strip-loader": "^0.1.0",
|
39 | "webpack": "^1.12.1",
|
40 | "wpcom-oauth-cors": "^1.0.0",
|
41 | "wpcom-proxy-request": "^1.0.5"
|
42 | }
|
43 | }
|