-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 856 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 856 Bytes
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
{
"name": "view",
"description": "Markup as JavaScript",
"version": "2.0.2",
"author": "Ryan Eastridge <ryan@syntacticx.com>, twitter: @syntacticx",
"dependencies": {
"coffee-script": "= 1.0.1",
"express": "= 2.2.1",
"jsdom": "= 0.2.0",
"xmlhttprequest": "= 1.0.0",
"eco": "= 1.0.3",
"jade": "= 0.6.3",
"jquery": "= 1.5.1",
"underscore": "= 1.1.4",
"backbone": "= 0.3.3",
"stylus": "= 0.9.2",
"markdown": "= 0.2.1"
},
"licenses": [{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
}],
"repository": {
"type": "git",
"url": "git://github.com/syntacticx/viewjs.git"
},
"bugs": {
"url": "http://github.com/syntacticx/viewjs/issues"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.4.2"
},
"main": "./lib/view.server.js"
}