-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.61 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
59
60
61
62
63
{
"name": "app-overview",
"version": "1.0.5",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --progress --colors",
"precommit": "lint-staged",
"overview": "./bin/overview"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/rainierlouis/overview.git"
},
"keywords": ["overview"],
"author": "",
"bin": {
"overview": "./index.js"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/rainierlouis/overview/issues"
},
"homepage": "https://github.com/rainierlouis/overview#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"husky": "^0.14.3",
"lint-staged": "^6.1.0",
"nyc": "^11.4.1",
"prettier": "^1.10.2",
"standard": "^10.0.3",
"tap": "^11.0.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"asciiart-logo": "^0.1.7",
"asciimo": "^0.3.1",
"babylon": "^6.18.0",
"babylon-walk": "^1.0.2",
"chalk": "^2.3.0",
"command-line-args": "^5.0.1",
"fs-extra": "^5.0.0",
"gm": "^1.23.1",
"mkdirp": "^0.5.1",
"node-cmd": "^3.0.0",
"npm-root": "^1.1.0",
"ora": "^1.4.0",
"shelljs": "^0.8.1",
"uuid": "^3.2.1"
}
}