forked from hajimeni/aglio-theme-olio-attributes
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.64 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
{
"name": "aglio-theme-olio-printing",
"version": "0.0.1",
"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 -- --compilers coffee:coffee-script/register -R spec",
"precoveralls": "npm run coverage",
"coveralls": "coveralls <coverage/lcov.info",
"pretest": "npm run build",
"test": "mocha --compilers coffee:coffee-script/register",
"prepublish": "npm run build",
"postinstall": "node scripts/setup-cache.js"
},
"repository": {
"type": "git",
"url": "https://github.com/BenGardiner/aglio-theme-olio-printing"
},
"keywords": [
"api",
"blueprint",
"protagonist",
"snowcrash",
"html",
"parse",
"markdown"
],
"author": "Ben Gardiner <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BenGardiner/aglio-theme-olio-printing/issues"
},
"homepage": "https://github.com/BenGardiner/aglio-theme-olio-printing",
"dependencies": {
"coffee-script": "^1.8.0",
"highlight.js": "^8.4.0",
"jade": "^1.8.2",
"less": "^2.1.2",
"markdown-it": "^4.3.0",
"markdown-it-anchor": "^2.1.0",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-container": "^1.0.0",
"markdown-it-emoji": "^1.0.0",
"moment": "^2.8.4",
"stylus": "^0.51.1"
},
"devDependencies": {
"chai": "^3.0.0",
"coffeelint": "^1.7.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.6",
"mocha": "^2.0.1",
"rimraf": "^2.4.1"
}
}