-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 807 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 807 Bytes
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
{
"name": "spin-rewriter-api",
"description": "Spin Rewriter is a revolutionary article spinner that uses ENL Semantic Spinning to understand the meaning of text. It produces high quality, unique and readable spun articles with a click.",
"version": "1.1.0",
"type": "module",
"keywords": [
"spinner",
"spinrewriter",
"seo",
"article",
"enl",
"semantic",
"language",
"writing",
"text"
],
"license": "Apache-2.0",
"author": {
"name": "Spin Rewriter",
"email": "info@spinrewriter.com",
"homepage": "https://www.spinrewriter.com"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/PELock/SpinRewriter-API-JavaScript"
},
"dependencies": {
"form-data": "latest",
"node-fetch": "latest"
}
}