-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
38 lines (38 loc) · 1 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
{
"name": "derby-examples",
"subdomain": "derby-examples",
"description": "Example applications for the Derby framework",
"version": "0.6.0",
"homepage": "https://derbyjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/derbyjs/derby-examples.git"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"coffeescript": "^1.12.7",
"d-barchart": "^0.1.0",
"d-barchart-vanilla": "^0.1.0",
"d-before-unload": "^0.1.0",
"d-bootstrap": "^0.1.0",
"d-codemirror": "git://github.com/derbyjs/d-codemirror#v0.2.9",
"d-connection-alert": "^0.1.0",
"d-d3-barchart": "^0.1.0",
"derby": "^0.10.22",
"derby-debug": "^0.1.0",
"derby-starter": "^0.4.8",
"derby-stylus": "^0.3.0",
"express": "^4.13.4",
"showdown": "^1.8.6"
},
"optionalDependencies": {},
"devDependencies": {},
"bugs": {
"url": "https://github.com/derbyjs/derby-examples/issues"
},
"main": "server.js",
"author": "Nate Smith",
"license": "MIT"
}