-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
{
"name": "reactes-bp",
"version": "1.0.6",
"description": "scaffold command to build a React es6 boilerplate",
"main": "build/cli.js",
"bin": {
"reactes-bp": "build/cli.js"
},
"scripts": {
"build": "babel lib --out-dir build"
},
"author": "Corey Speisman <cspeisman@gmail.com> (http://github.com/cspeisman)",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.1.2",
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-object-assign": "^6.0.14",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"webpack": "^1.12.3"
},
"dependencies": {
"babel": "^6.0.15",
"cli-color": "^1.1.0",
"glob": "^5.0.15",
"handlebars": "^4.0.4",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"nomnom": "^1.8.1",
"promise": "^7.0.4",
"prompt": "^0.2.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cspeisman/reactes-bp.git"
},
"keywords": [
"es6",
"babel",
"react",
"boilerplate",
"scaffold"
],
"bugs": {
"url": "https://github.com/Cspeisman/reactes-bp/issues"
},
"homepage": "https://github.com/Cspeisman/reactes-bp#readme"
}