UNPKG

1.52 kBJSONView Raw
1{
2 "name": "freshpack",
3 "version": "1.0.4",
4 "description": "Command line scaffolding tool for react apps",
5 "author": "Uli Preuss",
6 "license": "BSD-3-Clause",
7 "main": "src/index.js",
8 "scripts": {
9 "start": "node src/index.js --all",
10 "lint": "eslint src/index.js lib -f table || true",
11 "test": "node test/test.js"
12 },
13 "engines": {
14 "node": ">=6",
15 "npm": ">=3"
16 },
17 "bin": {
18 "freshpack": "./src/index.js"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://git@github.com:freshpack/freshpack.git"
23 },
24 "bugs": {
25 "url": "https://github.com/freshpack/freshpack/issues"
26 },
27 "homepage": "",
28 "keywords": [
29 "scaffolding",
30 "boilerplate",
31 "create",
32 "generate",
33 "app",
34 "react",
35 "react-router",
36 "redux",
37 "mobx",
38 "sass",
39 "lint",
40 "eslint",
41 "test",
42 "jest",
43 "enzyme",
44 "flow",
45 "type-check",
46 "styled-components",
47 "webpack",
48 "babel",
49 "hot-reloading"
50 ],
51 "dependencies": {
52 "colors": "^1.1.2",
53 "command-line-args": "^4.0.6",
54 "elegant-spinner": "^1.0.1",
55 "log-update": "^2.0.0",
56 "object.entries": "^1.0.4",
57 "prompt": "^1.0.0",
58 "require-text": "^0.0.1"
59 },
60 "devDependencies": {
61 "babel-eslint": "^7.2.3",
62 "eslint": "3.19.0",
63 "eslint-config-airbnb": "^15.0.1",
64 "eslint-plugin-import": "^2.6.0",
65 "eslint-plugin-jsx-a11y": "^5.0.3",
66 "eslint-plugin-react": "^7.1.0",
67 "hasha": "^3.0.0",
68 "tap-difflet": "^0.7.0",
69 "tape": "^4.7.0"
70 }
71}