-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 887 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
{
"name": "typewriting",
"version": "1.2.8",
"description": "TypeWriting.js is a javascript library to make a typewriter effect.",
"main": "dist/typewriting.min.js",
"scripts": {
"dist": "gulp",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddiewentw/TypeWriting.js.git"
},
"keywords": [
"typewriter",
"typing",
"cursor",
"blinking",
"terminal-like"
],
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.1",
"standard-version": "^4.3.0"
},
"author": "Eddie Wen <eddiewen.tw@gmail.com> (http://eddiewen.me)",
"license": "MIT",
"homepage": "https://github.com/eddiewentw/TypeWriting.js#readme"
}