-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 897 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 897 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
33
34
35
36
37
38
39
{
"name": "cloudcmd-ua",
"version": "19.6.9",
"private": true,
"changelog": false,
"release": false,
"description": "ua",
"scripts": {
"yaspeller": "yaspeller index.md",
"spell": "yaspeller index.md",
"test": "npm run yaspeller",
"wisdom:type": "bin/release.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudcmd/ru.git"
},
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/ru/issues"
},
"homepage": "https://github.com/cloudcmd/ru",
"devDependencies": {
"files-io": "^2.0.0",
"minor": "~1.2.3",
"place": "^1.2.1",
"rendy": "^2.0.0",
"shortdate": "^1.2.0",
"yaspeller": "^5.0.0"
},
"engines": {
"node": ">=4"
},
"dependencies": {},
"publishConfig": {
"access": "restricted"
}
}