-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 807 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 807 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
{
"name": "lavascript",
"version": "0.6.5",
"description": "Literate JavaScript",
"main": "dist/extract.js",
"bin": "dist/bin.js",
"scripts": {
"generate": "node dist/bin.js ./ dist && npm run lint",
"lint": "standard 'dist/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjstahl/lavascript.git"
},
"keywords": [
"literate",
"javascript",
"markdown",
"md"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mjstahl/lavascript/issues"
},
"homepage": "https://github.com/mjstahl/lavascript#readme",
"dependencies": {
"chalk": "^2.4.2",
"glob": "^7.1.3",
"marked": "^0.6.1",
"mkdirp": "^0.5.1",
"nopt": "^4.0.1"
},
"devDependencies": {
"standard": "^12.0.1"
}
}