UNPKG
yui-pathogen-encoder
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
0.0.0
Enables pathogen encoding in YUI Loader
ekashida/gallery
yui-pathogen-encoder
/
example
/
package.json
15 lines
(14 loc)
•
326 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"demo"
,
"description"
:
"Using the pathogen encoder with YUI Loader"
,
"version"
:
"0.0.0"
,
"private"
:
true
,
"main"
:
"app.js"
,
"devDependencies"
:
{
"express"
:
"3.x"
,
"express-yui"
:
"~0.6.0"
,
"locator"
:
"*"
,
"locator-handlebars"
:
"*"
,
"yui"
:
"3.x"
}
}