-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
45 lines (45 loc) · 1.04 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
42
43
44
45
{
"name": "yui",
"version": "3.20.0",
"description": "YUI 3 Source",
"author": "Dav Glass <[email protected]>",
"bugs": {
"url": "https://github.com/yui/yui3/issues"
},
"engines": {
"node": "8.15.0",
"npm": "6.4.1"
},
"directories": {
"lib": "."
},
"main": "./index.js",
"dependencies": {
"request": "~2.40.0"
},
"devDependencies": {
"yogi": "~0.1.0",
"parserlib": "~0.2.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-yui-contrib": "~0.0.20",
"grunt-lib-contrib": "~0.5.3",
"grunt-contrib-compress": "0.4.10",
"grunt-css-selectors": "~0.1.2",
"bower": "~1.2.8",
"archiver": "0.4.10"
},
"scripts": {
"build": "cd src && npx shifter --walk"
},
"licenses": [
{
"type": "BSD",
"url": "http://yuilibrary.com/license/"
}
],
"repository": {
"type": "git",
"url": "http://github.com/yui/yui3.git"
}
}