This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
{
"name": "generator-swill-boilerplate",
"version": "0.8.1beta",
"description": "🍺 The front-end Boilerplate that you need to start easily customizable multi-device development.",
"homepage": "http://swillboilerplate.rocks",
"keywords": [
"yeoman-generator",
"template",
"gulp",
"boilerplate",
"customizable",
"automation",
"stylus",
"sass",
"html validation",
"image optimization",
"scripts concatenation",
"live browser reloading",
"cross-device synchronization"
],
"author": {
"name": "Tiago Porto",
"url": "http://tiagoporto.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tiagoporto/generator-swill-boilerplate.git"
},
"scripts": {
"tag": "git tag v$npm_package_version",
"postpublish": "npm run tag && git push --tags"
},
"dependencies": {
"apache-server-configs": "2.14.0",
"chalk": "2.1.0",
"generator-license": "5.1.0",
"mkdirp": "0.5.1",
"underscore.string": "3.3.4",
"yeoman-generator": "2.0.0",
"yosay": "2.0.1"
},
"devDependencies": {
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"gulp": "3.9.1",
"gulp-coveralls": "0.1.4",
"gulp-eslint": "4.0.0",
"gulp-exclude-gitignore": "1.2.0",
"gulp-istanbul": "1.1.2",
"gulp-mocha": "4.3.1",
"gulp-nsp": "2.4.2",
"gulp-plumber": "1.1.0",
"yeoman-assert": "3.0.0",
"yeoman-test": "1.7.0"
},
"license": "MIT"
}