forked from unixzii/type.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 856 Bytes
/
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
{
"name": "type.js",
"version": "0.1.0",
"description": "A tool for creating typewriter simulations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "unixzii",
"license": "MIT",
"repository": "https://github.com/unixzii/type.js",
"bin": {
"type-cli": "lib/cli.js"
},
"engines": {
"node": ">=6"
},
"files": [
"lib"
],
"keywords": [
"cli-app",
"cli",
"typewritter",
"simulation",
"web",
"generate",
"generator"
],
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"diff": "^3.2.0",
"pify": "^2.3.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1"
}
}