-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.2 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
{
"name": "generator-condo",
"version": "1.0.0-rc.5",
"description": "Yeoman generator for a DNX-based project with support for the Condo build system.",
"license": "Apache-2.0",
"main": "app/index.js",
"repository": "pulsebridge/generator-condo",
"homepage": "http://open.pulsebridge.com/generator-condo",
"bugs": {
"url": "https://github.com/pulsebridge/generator-condo/issues"
},
"preferGlobal": true,
"contributors": [
{
"name": "Deavon M. McCaffery",
"email": "[email protected]",
"url": "https://github.com/dmccaffery"
}
],
"author": {
"name": "PulseBridge, Inc.",
"email": "[email protected]",
"url": "https://github.com/pulsebridge"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"yeoman-generator",
"ASP.NET",
"aspnet",
"dnx",
"condo",
"build",
"net"
],
"dependencies": {
"chalk": "^1.0.0",
"download": "^4.4.3",
"inquirer": "^0.11.0",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"q": "^1.4.1",
"yeoman-generator": "^0.21.1",
"yosay": "^1.1.0"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}