UNPKG

1.21 kBJSONView Raw
1{
2 "name": "ae86",
3 "description": "Old school static website generator.",
4 "keywords": [
5 "static",
6 "website",
7 "generator"
8 ],
9 "version": "0.0.8",
10 "homepage": "http://github.com/cliffano/ae86",
11 "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
12 "contributors": [
13 "All contributors (https://github.com/cliffano/ae86/graphs/contributors)"
14 ],
15 "main": "./lib/ae86",
16 "bin": {
17 "ae86": "./bin/ae86"
18 },
19 "repository": {
20 "type": "git",
21 "url": "http://github.com/cliffano/ae86.git"
22 },
23 "bugs": {
24 "url": "http://github.com/cliffano/ae86/issues"
25 },
26 "directories": {
27 "bin": "./bin",
28 "lib": "./lib",
29 "test": "./test"
30 },
31 "dependencies": {
32 "async": "0.2.9",
33 "bagofcli": "0.0.2",
34 "dateformat": "1.0.6-1.2.3",
35 "file": "0.2.1",
36 "jazz": "0.0.18",
37 "lodash": "1.3.1",
38 "mkdirp": "0.3.5",
39 "ncp": "0.4.2",
40 "watch-tree-maintained": "0.1.2",
41 "wrench": "1.5.1"
42 },
43 "devDependencies": {
44 "buster": "0.6.12"
45 },
46 "scripts": {},
47 "engines": {
48 "node": ">= 0.4.0"
49 },
50 "licenses": [
51 {
52 "type": "MIT",
53 "url": "http://github.com/cliffano/ae86/raw/master/LICENSE"
54 }
55 ]
56}
\No newline at end of file