UNPKG

1.28 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.1.0",
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 "preferGlobal": true,
20 "repository": {
21 "type": "git",
22 "url": "http://github.com/cliffano/ae86.git"
23 },
24 "bugs": {
25 "url": "http://github.com/cliffano/ae86/issues"
26 },
27 "directories": {
28 "bin": "./bin",
29 "lib": "./lib",
30 "test": "./test"
31 },
32 "dependencies": {
33 "async": "~0.9.0",
34 "bagofcli": "~0.2.0",
35 "dateformat": "~1.0.8-1.2.3",
36 "file": "~0.2.2",
37 "jazz": "~0.0.18",
38 "lodash": "~2.4.1",
39 "mkdirp": "~0.5.0",
40 "ncp": "~0.6.0",
41 "watch-tree-maintained": "~0.1.2",
42 "wrench": "~1.5.8"
43 },
44 "devDependencies": {
45 "buster-node": "~0.7.0",
46 "referee": "~1.0.1"
47 },
48 "scripts": {},
49 "engines": {
50 "node": ">= 0.10.0"
51 },
52 "licenses": [
53 {
54 "type": "MIT",
55 "url": "http://github.com/cliffano/ae86/raw/master/LICENSE"
56 }
57 ]
58}