-
Notifications
You must be signed in to change notification settings - Fork 10
/
pixie.cson
29 lines (29 loc) · 984 Bytes
/
pixie.cson
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
title: "Daniel X's Editor"
description: """
Edit and publish code directly in the browser. Compiles down to HTML, CSS, and
JavaScript to be easily served on GitHub pages, S3, or any other static host.
"""
version: "0.4.4"
entryPoint: "main"
width: 960
height: 800
publish:
s3:
basePath: "public/danielx.net"
remoteDependencies: [
"https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.9/ace.js"
"https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.9/ext-language_tools.js"
"https://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.7.1/coffee-script.min.js"
]
dependencies:
ajax: "distri/ajax:v0.1.4"
analytics: "distri/google-analytics:v0.1.0"
base64: "distri/base64:v0.9.1-pre.0"
cornerstone: "distri/cornerstone:v0.3.0-pre.3"
cson: "distri/cson:v0.1.0"
github: "distri/github:v0.5.2-pre.1"
md: "distri/md:v0.4.3"
notifications: "distri/notifications:v0.3.3"
require: "distri/require:v0.5.2"
sha1: "distri/sha1:v0.1.0"
sys: "STRd6/system-client:v0.1.6-pre.0"