-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 866 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
32
33
34
35
36
37
38
39
40
{
"name": "librecad",
"version": "1.3.2",
"description": "LibreCAD[dot]org clone",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "mocha",
"start": "node scripts/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sambhav2612/librecad.git"
},
"keywords": [
"librecad",
"css",
"bootstrap",
"jquery",
"javascript",
"html",
"static-site"
],
"author": "“Sambhav Jain <“[email protected]”> (“sambhav2612.github.io”)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sambhav2612/librecad/issues"
},
"homepage": "https://github.com/sambhav2612/librecad#readme",
"devDependencies": {
"mocha": "^4.0.1"
},
"dependencies": {
"http-server": "^0.10.0",
"open": "^0.0.5"
}
}