-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 880 Bytes
/
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
{
"name": "lib",
"version": "0.1.0",
"description": "overlord c++ library",
"main": "buildDocumentation.js",
"directories": {
"doc": "docs"
},
"scripts": {
"install": "echo write a script to generate bash function and insert into bash rc",
"buildDoc": "node scripts/buildDocumentation.js",
"buildHeader": "python scripts/buildHeader.py",
"test": "bash scripts/tester.sh",
"clean": "rm -rf output/*",
"build": "bash scripts/build.sh",
"rebuild": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shibasis0801/overlord.git"
},
"author": "Shibasis Patnaik",
"license": "ISC",
"bugs": {
"url": "https://github.com/shibasis0801/overlord/issues"
},
"homepage": "https://github.com/shibasis0801/overlord#readme",
"devDependencies": {
"marked": "^0.6.2"
}
}