-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
51 lines (51 loc) · 1.09 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-boilerplate",
"version": "10.0.1",
"description": "Generate a boilerplate for a library written in ES2015 for Node and the browser.",
"main": "app/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/generator-babel-boilerplate.git"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"boilerplate",
"es6",
"es2015",
"node",
"starter",
"kit",
"transpile",
"6to5",
"babel"
],
"author": "Jmeas",
"license": "MIT",
"bugs": {
"url": "https://github.com/babel/generator-babel-boilerplate/issues"
},
"homepage": "https://github.com/babel/generator-babel-boilerplate",
"dependencies": {
"chalk": "1.1.3",
"file": "0.2.2",
"jsesc": "2.2.0",
"lodash": "4.17.11",
"mkdirp": "0.5.1",
"npm-whoami": "1.1.4",
"yeoman-generator": "0.24.1",
"yo": "1.8.5",
"yosay": "1.2.1"
},
"devDependencies": {
"mocha": "3.1.0",
"yeoman-assert": "2.2.1",
"yeoman-test": "1.5.1"
},
"preferGlobal": true
}