forked from yui/nodejs-yui3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
39
40
41
{
"version":"0.5.34",
"author":"Dav Glass <[email protected]>",
"bugs":{
"web":"https://github.com/davglass/nodejs-yui3/issues"},
"os":[
"darwin",
"linux"],
"contributors":[
"Isaac Z. Schlueter <[email protected]> (http://blog.izs.me)",
"Robert Tsai <[email protected]>",
"Bart Teeuwisse <[email protected]> (http://thecodemill.biz/)",
"Phil Dokas <[email protected]>",
"Standa Opichal <[email protected]>",
"Reid Burke <[email protected]>"],
"engines":{
"node":">=0.4.0"},
"scripts":{
"test":"make tests"},
"directories":{
"lib":"lib"},
"main":"./lib/node-yui3",
"licenses":[
{
"type":"BSD",
"url":"http://developer.yahoo.com/yui/license.html"}],
"repository":{
"type":"git",
"url":"https://github.com/davglass/nodejs-yui3.git"},
"name":"yui3",
"description":"YUI 3 Library on NodeJS - Full Install - All dependencies",
"bin":{
"yui3docs":"./cli.js"},
"dependencies":{
"yui3-core":">=3.3.0",
"jsdom":">=0.1.23",
"htmlparser":">=1.7.3",
"express":">=1.0.7",
"connect":">=0.5.0"},
"devDependencies":{
"yuitest":"*"}}