forked from yeoman/yeoman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.4 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
{
"name": "yeoman",
"version": "0.10.0-alpha",
"description": "The Yeoman CLI presents a command line interface for creating, building, maintaining, and shipping a project",
"keywords": [
"front-end",
"development",
"dev",
"build",
"web",
"tool",
"cli",
"scaffold",
"stack"
],
"homepage": "http://yeoman.io",
"bugs": "https://github.com/yeoman/yeoman/issues",
"author": "Chrome Developer Relations",
"bin": {
"yeoman": "bin/yeoman"
},
"directories": {
"man": "man"
},
"repository": {
"type": "git",
"url": "git://github.com/yeoman/yeoman.git"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha test/test-*.js",
"manpages": "./scripts/docs-build"
},
"dependencies": {
"yeoman-generator": "http://github.com/yeoman/generators/archive/da837c604e164.tar.gz",
"generator-webapp": "http://github.com/yeoman/generator-webapp/archive/57f06a7f8045.tar.gz",
"generator-mocha": "http://github.com/yeoman/generator-mocha/archive/6bd112ebc4db2b9.tar.gz",
"bower": "~0.6.8",
"colors": "~0.6.0",
"nopt": "~2.0.0",
"lodash": "~1.0.0-rc.3",
"update-notifier": "~0.1.1",
"insight": "~0.1.0"
},
"devDependencies": {
"mocha": "~1.8.1",
"ronn": "~0.3.8",
"grunt": "~0.4.0rc5"
},
"engines": {
"node": ">=0.8.0"
},
"preferGlobal": true,
"licenses": [
{
"type": "BSD"
}
]
}