-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 956 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "yui",
"version": "3.6.0pre",
"description": "YUI 3 Source",
"author": "Dav Glass <[email protected]>",
"bugs": { "url" : "https://github.com/yui/yui3/issues" },
"engines": {
"node" : ">=0.4.0"
},
"directories": {
"lib" : "."
},
"main": "./index.js",
"dependencies": {
"request": "~2.14.0"
},
"devDependencies": {
"yogi": "~0.1.0",
"parserlib": "~0.2.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-yui-contrib": "~0.0.4",
"grunt-lib-contrib": "~0.5.3",
"grunt-contrib-compress": "0.4.6"
},
"scripts": {
"postinstall": "grunt build",
"test": "grunt test"
},
"licenses":[
{
"type" : "BSD",
"url" : "http://yuilibrary.com/license/"
}
],
"repository": {
"type":"git",
"url":"http://github.com/yui/yui3.git"
}
}