-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "wp-simple-api-reader",
"version": "1.0.5",
"description": "A simple javascript library for the WP-REST-API and ACF to REST API",
"main": "build.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -r mock-local-storage",
"build": "node_modules/.bin/webpack --config webpack.config.js"
},
"keywords": [
"Wordpress",
"WPREST",
"API"
],
"author": {
"name": "Luca Montanera (sidmonta)",
"email": "sidmonta.15@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sidmonta/wp-simple-api-reader.git"
},
"dependencies": {
"axios": "^0.21.1",
"babel-runtime": "^6.26.0",
"growl": "^1.10.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"mocha": "^3.5.3",
"mock-local-storage": "^1.1.8",
"should": "^13.2.3",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.12.0"
}
}