-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "typograph",
"version": "1.0.14",
"description": "A compliant JavaScript typing animation library.",
"main": "lib/typograph.min.js",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
"start": "webpack-dev-server",
"test": "mocha --require babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grizzlydaddy/typograph.git"
},
"keywords": [
"animation",
"type",
"typewriter",
"typewriting",
"typing",
"writing"
],
"author": "mgrisole",
"license": "MIT",
"bugs": {
"url": "https://github.com/grizzlydaddy/typograph/issues"
},
"homepage": "https://github.com/grizzlydaddy/typograph#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.10.0",
"mocha": "^5.0.5",
"uglifyjs-webpack-plugin": "^1.2.4",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11"
},
"files": [
"src",
"lib"
],
"dependencies": {}
}