-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 981 Bytes
/
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
{
"name": "generator-stardust",
"version": "0.5.0",
"description": "Generators for Meteor using CoffeeScript.",
"main": "generators/app/index.js",
"scripts": { "test": "echo \"Error: no test specified\" && exit 1" },
"repository": {
"type": "git",
"url": "https://github.com/dbackeus/generator-stardust"
},
"keywords": ["yeoman-generator", "meteor", "meteorjs", "generator", "coffeescript"],
"author": {
"name": "David Backeus",
"email": "[email protected]",
"url": "https://github.com/dbackeus"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"generators",
"lib"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dbackeus/generator-stardust/issues"
},
"dependencies": {
"inflection": "^1.5.1",
"yeoman-generator": "^0.17.0",
"chalk": "^0.5.0",
"yosay": "^0.3.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"homepage": "https://github.com/dbackeus/generator-stardust"
}