-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
54 lines (54 loc) · 1.22 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
{
"name": "generator-bespoke",
"version": "3.2.1",
"description": "Create Bespoke.js presentations using Yeoman",
"keywords": [
"yeoman-generator",
"scaffold",
"presentation"
],
"homepage": "https://github.com/bespokejs/generator-bespoke",
"bugs": "https://github.com/bespokejs/generator-bespoke/issues",
"authors": [
{
"name": "Mark Dalgleish",
"url": "https://github.com/markdalgleish"
},
{
"name": "Hubert SABLONNIÈRE",
"url": "https://github.com/hsablonniere"
},
{
"name": "Dan Allen",
"url": "https://github.com/mojavelinux"
}
],
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/bespokejs/generator-bespoke.git"
},
"scripts": {
"test": "mocha",
"test-user": "phantomjs test-phantomjs/test-simple-navigation.js"
},
"dependencies": {
"chalk": "~4.1",
"lodash": "~4.17",
"sorted-object": "~2.0",
"yeoman-generator": "^0.24.0"
},
"devDependencies": {
"mocha": "~10.2",
"phantomjs-prebuilt": "~2.1",
"yeoman-assert": "~3.1",
"yeoman-test": "~6.3"
},
"peerDependencies": {
"yo": "~4.3"
},
"engines": {
"node": ">=16.0.0"
},
"license": "MIT"
}