-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
61 lines (61 loc) · 1.42 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "shifter",
"description": "New YUI build tool based on Gearjs, so let's shift some gears",
"author": "Dav Glass <[email protected]>",
"version": "1.2.0",
"dependencies": {
"progress": "~0.1.0",
"ansi-color": "*",
"gear": "~0.8.0",
"gear-lib": "^0.9.2",
"nopt": "*",
"yuitest-coverage": ">=0.0.5",
"yuicompressor": "2.4.7",
"yui-lint": "~0.2.0",
"jshint": "^2.9.5",
"watch": "~0.8.0",
"cpr": "~0.0.6",
"mkdirp": "*",
"rimraf": "*",
"istanbul": "^0.4.5",
"which": "*",
"yuglify": "^2.0.0",
"timethat": "~0.0.1",
"cssproc": "~0.0.1",
"walkdir": "~0.0.5"
},
"devDependencies": {
"selleck": "*",
"vows": "*"
},
"keywords": [
"builder",
"gearjs",
"yui",
"yuilibrary",
"cli"
],
"main": "./lib/index.js",
"bin": {
"shifter": "./bin/shifter"
},
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/ ./lib/tasks/",
"test": "istanbul cover --print both vows -- --spec ./tests/*.js",
"docs": "node scripts/versions.js; node ./node_modules/.bin/selleck --out ./output"
},
"preferGlobal": "true",
"bugs": {
"url": "http://github.com/yui/shifter/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yui/shifter/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/yui/shifter.git"
}
}