-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.5 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.5 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
{
"name": "docs.devnagri.com",
"version": "1.0.0",
"description": "--- home: true # heroImage: ./assets/img/languagesbg.jpg actionText: Get Started → actionLink: /docs/ features: - title: Smart Platform details: Our direct communication policy helps you and your team in saving hours of struggle while communicating among themselves. - title: Developer Friendly details: Data communication, as well as the optimization, can be easily carried out between our localization platform, Devnagri and GitHub or Bitbucket. - title: Workflow Optimization details: Supporting multiple Indian languages and integrating directly to Android and IOS, we keep you focused and ensure impeccable translation. footer: Copyright © 2018 | Devnagri. All right reserved. ---",
"main": "index.js",
"directories": {
"doc": "/"
},
"dependencies": {},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.9.7",
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-medium-zoom": "^1.9.7",
"vuepress": "^1.8.2"
},
"scripts": {
"docs:dev": "vuepress dev --no-cache",
"docs:build": "vuepress build --no-cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevnagriAI/devnagri_docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevnagriAI/devnagri_docs/issues"
},
"homepage": "https://github.com/DevnagriAI/devnagri_docs#readme"
}