forked from BenGardiner/aglio-theme-olio-printing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.81 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
61
{
"name": "aglio-theme-olio-printing-nav",
"version": "0.1.8",
"description": "a printable olio-based theme (with attributes instead of schema)",
"main": "lib/main.js",
"scripts": {
"build": "coffeelint src/*.coffee && coffee -o lib -c src",
"precoverage": "npm run build",
"coverage": "istanbul cover -x cache/*.js _mocha -- --require coffeescript/register -R spec",
"precoveralls": "npm run coverage",
"coveralls": "coveralls <coverage/lcov.info",
"pretest": "npm run build",
"test": "mocha --require coffeescript/register 'test/**/*.{js,coffee}'",
"prepublish": "npm run build",
"postinstall": "node scripts/setup-cache.js"
},
"repository": {
"type": "git",
"url": "https://github.com/smujaddid/aglio-theme-olio-printing"
},
"keywords": [
"api",
"blueprint",
"protagonist",
"snowcrash",
"html",
"parse",
"markdown"
],
"author": "Ben Gardiner <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/smujaddid/aglio-theme-olio-printing/issues"
},
"homepage": "https://github.com/smujaddid/aglio-theme-olio-printing",
"dependencies": {
"attributes-kit": "git+https://github.com/smujaddid/attributes-kit.git#master",
"highlight.js": "^10.7.3",
"less": "^3.13.1",
"markdown-it": "^12.0.6",
"markdown-it-anchor": "^6.0.1",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.0",
"moment": "^2.18.1",
"pug": "^3.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stylus": "^0.54.5"
},
"devDependencies": {
"@coffeelint/cli": "^4.1.5",
"chai": "^4.3.4",
"coffeescript": "^2.5.1",
"coveralls": "^3.1.0",
"drafter.js": "^3.2.0",
"istanbul": "^0.4.5",
"mocha": "^8.4.0",
"rimraf": "^3.0.2"
}
}