-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.49 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "yo",
"version": "1.3.2",
"description": "CLI tool for running Yeoman generators",
"license": "BSD",
"bin": {
"yo": "cli.js"
},
"author": "The Yeoman Team",
"repository": "yeoman/yo",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.4.3"
},
"scripts": {
"test": "grunt",
"postinstall": "yodoctor",
"postupdate": "yodoctor"
},
"files": [
"cli.js",
"yoyo.js"
],
"keywords": [
"front-end",
"development",
"dev",
"build",
"web",
"tool",
"cli",
"scaffold",
"stack",
"yeoman",
"generator",
"app"
],
"dependencies": {
"async": "^0.9.0",
"chalk": "^0.5.1",
"configstore": "^0.3.1",
"findup": "^0.1.5",
"fullname": "^1.0.0",
"insight": "^0.4.3",
"is-root": "^1.0.0",
"lodash": "^2.4.1",
"multiline": "^1.0.0",
"nopt": "^3.0.0",
"opn": "^1.0.0",
"shelljs": "^0.3.0",
"string-length": "^1.0.0",
"sudo-block": "^1.0.0",
"underscore.string": "^2.3.3",
"update-notifier": "^0.2.2",
"yeoman-character": "^1.0.0",
"yeoman-doctor": "^1.0.0",
"yeoman-environment": "^1.0.1",
"yeoman-generator": "^0.17.7",
"yosay": "^1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.1",
"mocha": "^1.21.4",
"mockery": "^1.4.0",
"sinon": "^1.10.3"
},
"engineStrict": true,
"preferGlobal": true
}