-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
58 lines (58 loc) · 1.35 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
{
"name": "generator-kibe",
"version": "0.0.3",
"description": "Start projects with the most common tasks of my workflow, using Gulp",
"main": "app/index.es5.js",
"scripts": {
"transpile": "scripts/transpile",
"pretest": "npm run transpile",
"test": "scripts/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woliveiras/kibe.git"
},
"keywords": [
"kibe",
"pastel",
"gulp",
"html",
"css",
"javascript",
"stylus",
"rupture",
"koutu-swiss",
"nodejs",
"smacss",
"sprites",
"front-end",
"Babel",
"Generator"
],
"author": "William Oliveira <w.oliveira542@gmail.com> (https://github.com/woliveiras)",
"contributors": [
"Darlan Mendonça (http://github.com/darlanmendonca)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/woliveiras/kibe/issues"
},
"homepage": "https://github.com/woliveiras/kibe#readme",
"dependencies": {
"yeoman-generator": "^0.22.1"
},
"devDependencies": {
"coveralls": "^2.11.6",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.1",
"jshint-stylish": "^2.1.0",
"mocha": "^2.3.4",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.0.0",
"babel-cli": "^6.6.5",
"babel-core": "^6.7.0",
"babel-preset-es2015": "^6.6.0"
}
}