forked from babel/generator-babel-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
{
"name": "generator-babel-webpack-boilerplate",
"version": "0.1.0",
"description": "Generate a boilerplate for a library written in ES2015 for Node and the browser, using webpack.",
"main": "app/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/j5int/generator-babel-webpack-boilerplate.git"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"boilerplate",
"es6",
"es2015",
"node",
"starter",
"kit",
"transpile",
"6to5",
"babel"
],
"author": "j5int",
"license": "MIT",
"bugs": {
"url": "https://github.com/j5int/generator-babel-webpack-boilerplate/issues"
},
"homepage": "https://github.com/j5int/generator-babel-webpack-boilerplate",
"dependencies": {
"bluebird": "^3.1.1",
"chalk": "^1.1.0",
"file": "^0.2.2",
"git-config": "0.0.7",
"lodash.camelcase": "^3.0.1",
"lodash.kebabcase": "^3.0.1",
"lodash.trim": "^3.0.1",
"mkdirp": "^0.5.1",
"yeoman-generator": "^0.22.2",
"yo": "^1.4.7",
"yosay": "^1.0.5"
},
"devDependencies": {
"mocha": "^2.2.5"
},
"preferGlobal": true
}