-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
36 lines (36 loc) · 868 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
{
"name": "t-writer.js",
"version": "1.0.4",
"description": "Native typewriter effect, without compromises or dependencies.",
"main": "dist/t-writer.js",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build",
"test": "standard src/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisCavs/t-writer.js.git"
},
"keywords": [
"typewriter",
"effect",
"type",
"write",
"writer"
],
"author": {
"name": "Christopher Cavalea",
"email": "chriscavs94@gmail.com",
"url": "http://chriscavs.github.io/"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-node-resolve": "^3.3.0"
}
}