-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.06 KB
/
package.json
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
{
"name": "al-admin",
"version": "0.0.2",
"description": "A starting point for building a system to enchance and augment the flow of data in your business.",
"main": "server/index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"doc.client": "typedoc --target ES6 --module commonjs --exclude \"**/node_modules/**, **/**.spec.ts\" --ignoreCompilerErrors --out doc/client client/core",
"doc.server": "typedoc --target ES6 --module commonjs --exclude \"**/node_modules/**\" --ignoreCompilerErrors --out doc/server server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onlinebydesign/al-admin.git"
},
"keywords": [
"Data",
"Business",
"Logis",
"Authentication",
"Form",
"Report"
],
"author": "Online By Design LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/onlinebydesign/al-admin/issues"
},
"homepage": "https://github.com/onlinebydesign/al-admin#readme",
"dependencies": {
"lodash": "^4.17.10"
}
}