-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.54 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "aglio-theme-olio",
"version": "1.6.3",
"description": "Default theme for the Aglio API Blueprint renderer",
"main": "lib/main.js",
"scripts": {
"build": "coffeelint src/*.coffee && coffee -o lib -c src",
"precoverage": "npm run build",
"coverage": "nyc -x cache -x '.*' mocha",
"precoveralls": "npm run coverage",
"coveralls": "coveralls <coverage/lcov.info",
"pretest": "npm run build",
"test": "mocha",
"prepare": "npm run build",
"postinstall": "node scripts/setup-cache.js"
},
"repository": {
"type": "git",
"url": "https://github.com/danielgtaylor/aglio"
},
"keywords": [
"api",
"blueprint",
"protagonist",
"snowcrash",
"html",
"parse",
"markdown"
],
"author": "Daniel G. Taylor",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielgtaylor/aglio/issues"
},
"homepage": "https://github.com/danielgtaylor/aglio/tree/olio-theme",
"dependencies": {
"@gasolwu/refract-query": "^0.1.5",
"coffeescript": "^2.4.1",
"deep-equal": "^1.0.1",
"highlight.js": "^9.15.6",
"less": "^3.9.0",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0",
"moment": "^2.8.4",
"pug": "^2.0.3",
"request": "^2.88.0",
"stylus": "^0.54.5"
},
"devDependencies": {
"chai": "^4.2.0",
"coffeelint": "^2.1.0",
"coveralls": "^3.0.3",
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"rimraf": "^2.6.3"
}
}