This repository has been archived by the owner on Aug 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 1.68 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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "a-pollo",
"version": "1.18.99",
"description": "The visual CSS style guide for teams",
"bin": "./bin/a-pollo",
"main": "index.js",
"dependencies": {
"absorb": "^1.0.1",
"bower": "^1.6.5",
"colors": "^1.1.2",
"glob": "^5.0.15",
"handlebars": "^4.0.3",
"hexo": "^3.2.0",
"hexo-generator-index": "^0.2.0",
"hexo-renderer-ejs": "^0.1.0",
"hexo-renderer-marked": "^0.2.11",
"hexo-server": "^0.1.2",
"html-minifier": "^1.3.1",
"http": "0.0.0",
"js-beautify": "^1.5.10",
"js-yaml": "^3.5.5",
"jsonfile": "^2.2.3",
"merge": "^1.2.0",
"moment": "^2.14.1",
"node-static": "^0.7.8",
"path": "^0.12.7",
"prompt": "^0.2.14",
"shelljs": "^0.5.3"
},
"devDependencies": {
"dustman": "^1.5.40",
"execSync": "^1.0.2",
"expect": "^1.20.2",
"fs-extra": "^0.26.7",
"matchdep": "^1.0.0",
"mkpath": "^1.0.0",
"run-sequence": "^1.1.4",
"sass": "^0.5.0",
"strip-ansi": "^3.0.1",
"stylestats": "^6.3.0",
"tap": "^8.0.1",
"tape": "^4.6.3"
},
"engines": {
"node": ">=4.1.0",
"npm": ">=3.7.2"
},
"scripts": {
"test": "tap test/tap/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitto/a-pollo.git"
},
"keywords": [
"style",
"guide",
"css",
"team",
"design",
"styleguide",
"style",
"guide"
],
"author": "Vittorio Vittori <me@vittoriovittori.com> (http://vit.to)",
"contributors": "Pietro Campagnano <fain182@gmail.com> (https://twitter.com/fain182)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vitto/a-pollo/issues"
},
"homepage": "https://github.com/vitto/a-pollo"
}