-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.53 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
59
60
61
62
63
64
65
66
67
68
{
"author": {
"name": "Raymond de Wit"
},
"bugs": {
"url": "https://github.com/marviq/generator-bat/issues"
},
"dependencies": {
"chalk": "^4.1.1",
"coffee-script": "^1.12.7",
"glob": "^7.1.7",
"json-stable-stringify": "^1.0.1",
"language-tags": "^1.0.5",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"semver": "^7.3.5",
"underscore.string": "^3.3.5",
"yeoman-generator": "^4.13.0",
"yosay": "^2.0.2"
},
"description": "BAT, the Backbone Application Template; a Yeoman generator collection created by marviq",
"devDependencies": {
"coffeelint": "^1.16.2",
"jshint": "^2.12.0",
"standard-version": "^9.3.0"
},
"files": [
"AUTHORS",
"CHANGELOG.md",
"LICENSE",
"README.md",
"generators",
"lib"
],
"homepage": "https://github.com/marviq/generator-bat#readme",
"keywords": [
"backbone",
"backbonejs",
"browserify",
"coffee-script",
"coffeescript",
"compass",
"generator",
"handlebars",
"jasmine",
"karma",
"sass",
"yeoman",
"yeoman-generator",
"yuidoc"
],
"license": "BSD-3-Clause",
"name": "generator-bat",
"private": false,
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marviq/generator-bat.git"
},
"scripts": {
"refresh": "set -x; npm install && npm prune && npm dedupe",
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.4"
}