-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1007 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
39
40
41
42
43
44
{
"name": "pisco-recipe-generator",
"version": "1.3.1",
"description": "It is a scaffold to help developers to create a new recipe in Pisocosour",
"main": "bin/pisco.js",
"bin": {
"recipe-generator": "bin/pisco.js"
},
"scripts": {
"deps": "npm install",
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cellsjs/pisco-recipe-generator.git"
},
"keywords": [
"piscosour-recipe",
"piscosour",
"scaffold",
"recipe",
"create",
"generator"
],
"author": "Cells Developers",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cellsjs/pisco-recipe-generator/issues"
},
"homepage": "https://github.com/cellsjs/pisco-recipe-generator#readme",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"piscosour": "^1.0.0",
"pisco-plugin-nunjucks": "^0.2.1"
},
"devDependencies": {
"chai": "*",
"chai-fs": "*",
"mocha": "*",
"rimraf": "*"
}
}