forked from jclevy/chocolatejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 923 Bytes
/
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
{
"name": "chocolate",
"version": "0.0.9",
"description": "A simple webapp framework built on Node.js using Coffeescript",
"preferGlobal": "true",
"keywords": ["coffeescript", "framework", "online", "ide", "web", "app", "markdown", "jasmine", "ace", "jquery", "mootools", "coffeekup", "docco", "git", "impress"],
"homepage": "https://chocolatejs.org",
"repository": "git://github.com/jclevy/chocolatejs",
"bugs": { "url" : "http://github.com/jclevy/chocolatejs/issues"
},
"license":"MIT",
"bin": { "chocomake": "./bin/chocomake" },
"author": "Jean-Claude Levy",
"dependencies": {
"coffee-script": "1.6.3",
"bufferstream": "0.5.1",
"jasmine-node": "1.5.0",
"chokidar": "0.6.2",
"formidable": "1.0.14",
"microtime": "0.4.0",
"sqlite3": "2.1.17"
},
"engines": { "node": ">=0.10.0" },
"os" : [ "!win32" ]
}